Skip to content

Commit d3851ba

Browse files
committed
do not error for failures uploading to codecov
1 parent b20d93e commit d3851ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ jobs:
8585
# Explicitly using the token in order to avoid Codecov rate limit errors
8686
# See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
8787
token: ${{ secrets.CODECOV_TOKEN }}
88-
fail_ci_if_error: true
88+
fail_ci_if_error: false
8989
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)