Skip to content

Commit 3b36d98

Browse files
committed
don't fail if error
1 parent b2215b9 commit 3b36d98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ jobs:
3636
- name: Upload coverage to Codecov
3737
uses: codecov/codecov-action@v5
3838
with:
39-
file: ./coverage.xml
4039
name: ${{ matrix.python }} - ${{ matrix.install_extras }}
4140
env_vars: OS,PYTHON
42-
fail_ci_if_error: true
41+
fail_ci_if_error: false
4342
token: ${{ secrets.CODECOV_TOKEN }} # required
4443
verbose: true
4544
- name: Upload test results to Codecov

0 commit comments

Comments
 (0)