Skip to content

Commit

Permalink
chore: coverage report is handled by pytest-cov by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Griffiths committed Nov 2, 2023
1 parent fa593a7 commit 5b73183
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ jobs:
- name: Test with pytest
run: |
pip install pytest pytest-cov
coverage run -m pytest
- name: Report test coverage
run: |
coverage report -m
pytest tests/ --cov=src/scores/
- name: Test tutorial notebooks with pytest
run: |
coverage run -m pytest --nbmake tutorials/
pytest --nbmake tutorials/

0 comments on commit 5b73183

Please sign in to comment.