We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5aab9 commit ff2f452Copy full SHA for ff2f452
1 file changed
.github/workflows/test.yml
@@ -44,10 +44,11 @@ jobs:
44
- name: Upload coverage to Codecov
45
uses: codecov/codecov-action@v4
46
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
47
+ continue-on-error: true
48
with:
49
token: ${{ secrets.CODECOV_TOKEN }}
50
files: ./coverage.xml
- fail_ci_if_error: true
51
+ fail_ci_if_error: false
52
53
integration:
54
runs-on: ubuntu-latest
0 commit comments