allow jobs to pass if codecov.io fails
This commit is contained in:
parent
f341a5c559
commit
d352098261
|
@ -184,6 +184,7 @@ jobs:
|
|||
- name: Upload coverage to Codecov
|
||||
if: "matrix.use_coverage"
|
||||
uses: codecov/codecov-action@v3
|
||||
continue-on-error: true
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
files: ./coverage.xml
|
||||
|
|
Loading…
Reference in New Issue