Skip to content

Commit

Permalink
add CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Feb 5, 2024
1 parent c9912fd commit d744813
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 @@ -67,6 +67,8 @@ jobs:
- uses: codecov/codecov-action@v4
with:
file: lcov.info
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# The standard setup of Coveralls is just annoying for parallel builds, see, e.g.,
# https://github.com/trixi-framework/Trixi.jl/issues/691
# https://github.com/coverallsapp/github-action/issues/47
Expand Down

0 comments on commit d744813

Please sign in to comment.