mirror of
https://github.com/shouptech/flask-tutorial.git
synced 2026-02-03 15:39:44 +00:00
9 lines
139 B
YAML
9 lines
139 B
YAML
version: 2
|
|
jobs:
|
|
docker:
|
|
- image: python:3
|
|
|
|
steps:
|
|
- checkout
|
|
run: coverage run -m pytest
|
|
run: coverage report
|