Skip to content

Commit d84ed48

Browse files
authored
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

+1
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)