We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da63c1 commit a09f1f4Copy full SHA for a09f1f4
1 file changed
.github/workflows/tests.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Test with pytest
65
run: |
66
pip install pytest
67
- pytest
+ pytest --cov=./
68
- name: Upload coverage to Codecov
69
uses: codecov/codecov-action@v1
70
with:
0 commit comments