Skip to content

Commit

Permalink
Merge pull request #216 from zacharyburnett/ci/codecov_token
Browse files Browse the repository at this point in the history
add codecov token to coverage upload
  • Loading branch information
mcara authored Oct 25, 2024
2 parents 66128f0 + 1aeacfe commit 5c187de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ jobs:
- windows: py312-numpy21-xdist
pytest-results-summary: true
- linux: py312-dev-xdist
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5c187de

Please sign in to comment.