allow jobs to pass if codecov.io fails

This commit is contained in:
Anthony Sottile 2022-10-21 13:11:43 -04:00 committed by GitHub
parent f341a5c559
commit d352098261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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