Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
holgern committed Oct 20, 2023
1 parent eb704ca commit 587c88a
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
python-version: 3.9
- name: 'generate report'
run: |
pip install coverage click pytest pytest-cov
pip install -r requirements-test.txt
pip install -e .
coverage run -m pytest
- name: Upload coverage to Codecov
2 changes: 2 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -4,6 +4,8 @@ wheel
flake8
nose
pytest
click
pytest-cov
coverage
urllib3
requests

0 comments on commit 587c88a

Please sign in to comment.