Skip to content

Commit

Permalink
Don't fail CI on codecov upload errors (#318)
Browse files Browse the repository at this point in the history
Seeing a ton of HTTP 502 and other errors on codecov uploads.
this should be breaking CI.
see also: codecov/codecov-action#926
  • Loading branch information
asherf committed May 3, 2023
1 parent b26c724 commit c7581b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
fail_ci_if_error: false
linting:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c7581b8

Please sign in to comment.