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 d64f17c commit c360c52Copy full SHA for c360c52
.github/workflows/main.yml
@@ -48,6 +48,6 @@ jobs:
48
uses: codecov/codecov-action@v5
49
with:
50
files: ./coverage.xml
51
- fail_ci_if_error: true
+ fail_ci_if_error: false
52
token: ${{ secrets.CODECOV_TOKEN }}
53
0 commit comments