We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43edaf9 commit 6e560cdCopy full SHA for 6e560cd
.github/workflows/python-app.yml
@@ -36,4 +36,4 @@ jobs:
36
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
- name: Test with pytest
38
run: |
39
- pytest --coverage --cov-config .coveragerc --cov=src --cov-report=xml --cov-report=html
+ pytest --cov --cov-config .coveragerc --cov=src --cov-report=xml --cov-report=html
0 commit comments