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 3677a2a commit a7f3270Copy full SHA for a7f3270
2 files changed
.github/workflows/integration-test.yml
.github/workflows/python-app.yml
@@ -43,5 +43,5 @@ jobs:
43
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
44
- name: Test with pytest
45
run: |
46
- pytest -cov
+ pytest --cov --cov-report=xml
47
codecov --token=${{secrets.CODECOV_TOKEN}}
0 commit comments