Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
Signed-off-by: John Sharples <[email protected]>
  • Loading branch information
John-Sharples authored Oct 16, 2023
1 parent d95d844 commit 059781e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Test with pytest
run: |
pip install pytest pytest-cov
coverage run -m pytest
coverage run -m pytest --cov-report html --junitxml=junit/test-results.xml --junitxml=junit/test-results.xml
- name: Report test coverage
run: |
coverage report -m

0 comments on commit 059781e

Please sign in to comment.