1
0
Fork 0
mirror of https://github.com/shouptech/flask-tutorial.git synced 2026-02-03 15:39:44 +00:00

Include missing lines in coverage report cmd

This commit is contained in:
Emma 2018-11-04 00:04:01 -06:00
parent 56db2ccd3f
commit 1003dcd1ff

View file

@ -12,6 +12,6 @@ jobs:
- run: pip install pytest coverage - run: pip install pytest coverage
- run: pip install -e . - run: pip install -e .
- run: coverage run -m pytest - run: coverage run -m pytest
- run: coverage report - run: coverage report -m
- run: pip install codecov - run: pip install codecov
- run: codecov - run: codecov