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