Skip to content

Commit c7581b8

Browse files
authored
Don't fail CI on codecov upload errors (#318)
Seeing a ton of HTTP 502 and other errors on codecov uploads. this should be breaking CI. see also: codecov/codecov-action#926
1 parent b26c724 commit c7581b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Upload coverage to Codecov
4545
uses: codecov/codecov-action@v3
4646
with:
47-
fail_ci_if_error: true
47+
fail_ci_if_error: false
4848
linting:
4949
runs-on: ubuntu-latest
5050
steps:

0 commit comments

Comments
 (0)