Skip to content

Commit

Permalink
allow jobs to pass if codecov.io fails
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Oct 21, 2022
1 parent f341a5c commit d352098
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 d352098

Please sign in to comment.