Skip to content

Commit

Permalink
use pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
yvaucher committed Oct 5, 2024
1 parent dee29ca commit cd26c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
pip install tox codecov tox-gh-actions wheel
- name: Generate Report
run: |
pip install coverage
pip install coverage pytest-cov
pip install .[test]
coverage run -m pytest -p pytester
pytest --cov
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit cd26c99

Please sign in to comment.