Skip to content

Commit

Permalink
add token to codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed Apr 23, 2024
1 parent 52852be commit c0b6e88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,7 @@ jobs:
nox --session tests -- --verbose
- name: Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ matrix.coverage }}

0 comments on commit c0b6e88

Please sign in to comment.