Skip to content

Commit

Permalink
Do no fail CI if CodeCov upload fails
Browse files Browse the repository at this point in the history
Set fail on CI if error to `false` so that it does not fail anymore.
  • Loading branch information
HeavyWombat committed Jul 26, 2024
1 parent 08df628 commit 2447f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
with:
files: unit.coverprofile
flags: unittests
fail_ci_if_error: true
fail_ci_if_error: false
verbose: false

0 comments on commit 2447f2e

Please sign in to comment.