Skip to content

Commit

Permalink
TST: add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Nov 24, 2023
1 parent 3a824a1 commit 06f11f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,12 @@ jobs:
- name: Test with pytest
run: pytest

- uses: codecov/codecov-action@v3

- name: Publish results to coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_JOB_ID: ${{ github.job }}
COVERALLS_SERVICE_NUMBER: $ {{ github.run_id }}
run: coveralls --rcfile=pyproject.toml --service=github
continue-on-error: true

0 comments on commit 06f11f6

Please sign in to comment.