Skip to content

Commit

Permalink
ci: Ignore Codecov failures
Browse files Browse the repository at this point in the history
Intermittent issues from codecov/codecov-action#1280
  • Loading branch information
alexpovel committed Mar 8, 2024
1 parent d38ee44 commit ae06ddf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ jobs:
# `steps.$STEP.outcome` is "before".
# That's why the `success()` expression doesn't work here.
if: ${{ steps.tarpaulin.outcome == 'success' }}
# Code coverage has been very flaky, causing the vast majority of pipeline
# failures.
# https://github.com/codecov/codecov-action/issues/1280 is another intermittent
# issue that we are just going to ignore here (coverage is only "nice to have").
continue-on-error: true
with:
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit ae06ddf

Please sign in to comment.