Skip to content

Commit ff2f452

Browse files
add fail_ci_if_error flag
1 parent 5e5aab9 commit ff2f452

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ jobs:
4444
- name: Upload coverage to Codecov
4545
uses: codecov/codecov-action@v4
4646
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
47+
continue-on-error: true
4748
with:
4849
token: ${{ secrets.CODECOV_TOKEN }}
4950
files: ./coverage.xml
50-
fail_ci_if_error: true
51+
fail_ci_if_error: false
5152

5253
integration:
5354
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)