Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d84ed48

Browse files
authoredOct 22, 2022
Merge pull request #10409 from pytest-dev/asottile-patch-1
allow jobs to pass if codecov.io fails
2 parents ffe49ac + d352098 commit d84ed48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ jobs:
184184
- name: Upload coverage to Codecov
185185
if: "matrix.use_coverage"
186186
uses: codecov/codecov-action@v3
187+
continue-on-error: true
187188
with:
188189
fail_ci_if_error: true
189190
files: ./coverage.xml

0 commit comments

Comments
 (0)
Please sign in to comment.