We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b45269 commit a3a5195Copy full SHA for a3a5195
.github/workflows/main.yml
@@ -81,10 +81,10 @@ jobs:
81
coverage combine
82
coverage xml
83
84
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
85
with:
86
# Explicitly using the token to avoid Codecov rate limit errors
87
# See https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
88
token: ${{ secrets.CODECOV_TOKEN }}
89
- fail_ci_if_error: true
+ fail_ci_if_error: false
90
verbose: true # optional (default = false)
0 commit comments