Skip to content

Commit a3a5195

Browse files
committed
Do not fail the CI job if we can't upload to Codecov.
Also bump codecov-action
1 parent 9b45269 commit a3a5195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ jobs:
8181
coverage combine
8282
coverage xml
8383
84-
- uses: codecov/codecov-action@v3
84+
- uses: codecov/codecov-action@v4
8585
with:
8686
# Explicitly using the token to avoid Codecov rate limit errors
8787
# See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
8888
token: ${{ secrets.CODECOV_TOKEN }}
89-
fail_ci_if_error: true
89+
fail_ci_if_error: false
9090
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)