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

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