Merge pull request #10409 from pytest-dev/asottile-patch-1

allow jobs to pass if codecov.io fails
This commit is contained in:
Bruno Oliveira 2022-10-22 10:00:32 -03:00 committed by GitHub
commit d84ed48f39
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