We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2756799 commit 134a94dCopy full SHA for 134a94d
.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Run tests
58
run: |
59
source .venv/bin/activate
60
- pytest --cov
+ pytest --cov-report xml --cov
61
- name: Upload coverage to Codecov
62
uses: codecov/codecov-action@v3
63
env:
0 commit comments