Skip to content

Commit

Permalink
Make CI fail if Codecov fails (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Feb 7, 2024
1 parent fa18c8b commit 8c6d9bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ jobs:
file: ./lcov.info
flags: unittests
name: codecov-umbrella
fail_ci_if_error: false
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
Expand Down

0 comments on commit 8c6d9bc

Please sign in to comment.