Skip to content

Commit

Permalink
add codecov upload to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjwilson committed Jun 24, 2024
1 parent 50652b0 commit abbe450
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,9 @@ jobs:
- name: Test with pytest
shell: bash -l {0}
run: |
pytest tests/tes*.py
coverage run -m pytest tests/test*.py
coverage report
coverage xml
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4

0 comments on commit abbe450

Please sign in to comment.