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 2cd7796 commit cff3dc1Copy full SHA for cff3dc1
1 file changed
.github/workflows/ci-build.yml
@@ -98,7 +98,7 @@ jobs:
98
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
99
with:
100
directory: ./reports/
101
- fail_ci_if_error: true
+ fail_ci_if_error: false
102
flags: ${{ matrix.python-version }}
103
report_type: test_results
104
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments