Skip to content

Commit

Permalink
enable Codecov token for CI (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Apr 24, 2024
1 parent efaaad7 commit d73be04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- uses: codecov/codecov-action@v4
with:
file: lcov.info
fail_ci_if_error: true
verbose: true
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 d73be04

Please sign in to comment.