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:
parent
56db2ccd3f
commit
1003dcd1ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue