Skip to content

Commit

Permalink
Add token to codecov
Browse files Browse the repository at this point in the history
Without this, we can't upload on `main`, I think. I added a token into our Actions Secrets.

ref pydata#9860
  • Loading branch information
max-sixty committed Dec 9, 2024
1 parent eac5105 commit 70b9b67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ jobs:

- name: Upload code coverage to Codecov
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.xml
flags: unittests
Expand Down

0 comments on commit 70b9b67

Please sign in to comment.