Skip to content

Commit

Permalink
Do not fail CI if codecov step fails (#317)
Browse files Browse the repository at this point in the history
Unfortunately codecov is flaky lately, and it shouldn't affect the
result of the unit test action.

Signed-off-by: Andreas Gerstmayr <[email protected]>
  • Loading branch information
andreasgerstmayr authored Mar 16, 2023
1 parent fc22cee commit 1ec8e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
files: cover.out
flags: unittests
name: codecov-tempo-operator
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

security:
Expand Down

0 comments on commit 1ec8e9e

Please sign in to comment.