Skip to content

Commit

Permalink
Merge pull request #183 from simonsobs/koopman/codecov
Browse files Browse the repository at this point in the history
Upload code coverage to codecov.io
  • Loading branch information
BrianJKoopman authored Oct 18, 2024
2 parents 538b615 + ce1ad8e commit c30598d
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 c30598d

Please sign in to comment.