Skip to content

Commit

Permalink
Upload code coverage to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Oct 18, 2024
1 parent 538b615 commit ce1ad8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,11 @@ jobs:
mv ./tests/.coverage.* ./
pip install coveralls
coverage combine
coverage xml
coverage report
coveralls --service=github
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ce1ad8e

Please sign in to comment.