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