We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8dfef4e + 0083205 commit 149043aCopy full SHA for 149043a
.github/workflows/integration-tests.yml
@@ -51,4 +51,4 @@ jobs:
51
uses: codecov/codecov-action@v3
52
with:
53
token: ${{ secrets.CODECOV_TOKEN }} # Ensure the token is used here
54
- fail_ci_if_error: true # Optional: specify if CI should fail when codecov fails
+ fail_ci_if_error: false # Optional: specify if CI should fail when codecov fails
0 commit comments