Skip to content

Commit

Permalink
[ci] set codecov's fail_ci_if_error: false; it's too flaky!
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Mar 16, 2023
1 parent 5abdd83 commit 7d7b38b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
file: coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
# TODO(anthrotype): Set fail_ci_if_error: true if/when Codecov becomes less flaky
fail_ci_if_error: false
# see https://github.com/codecov/codecov-action/issues/557
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 7d7b38b

Please sign in to comment.