Skip to content

Commit

Permalink
Merge pull request #10409 from pytest-dev/asottile-patch-1
Browse files Browse the repository at this point in the history
allow jobs to pass if codecov.io fails
  • Loading branch information
nicoddemus committed Oct 22, 2022
2 parents ffe49ac + d352098 commit d84ed48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d84ed48

Please sign in to comment.