Skip to content

Commit d1b58ba

Browse files
committed
install pytest-cov in CI
1 parent a09f1f4 commit d1b58ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- name: Test with pytest
6565
run: |
6666
pip install pytest
67+
pip install pytest-cov
6768
pytest --cov=./
6869
- name: Upload coverage to Codecov
6970
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)