Skip to content

Commit

Permalink
Add env CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Jul 25, 2024
1 parent 5d85e12 commit 5bb7efd
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 @@ -153,6 +153,8 @@ jobs:
- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
#token: ${{ secrets.CODECOV_TOKEN }}
files: tests/coverage.xml
Expand Down

0 comments on commit 5bb7efd

Please sign in to comment.