Skip to content

Commit

Permalink
add CODECOV_TOKEN to codecov action env
Browse files Browse the repository at this point in the history
  • Loading branch information
hanstrompert committed Apr 8, 2024
1 parent 1e3f30f commit f612bfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
fail_ci_if_error: true
files: ./coverage.xml
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f612bfb

Please sign in to comment.