Skip to content

Commit

Permalink
Add token to codecov (#9865)
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 #9860
  • Loading branch information
max-sixty authored Dec 9, 2024
1 parent eac5105 commit f9ed727
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 f9ed727

Please sign in to comment.