Merge pull request #10409 from pytest-dev/asottile-patch-1
allow jobs to pass if codecov.io fails
This commit is contained in:
parent
225fba1fe4
commit
49554540e8
|
@ -183,7 +183,8 @@ jobs:
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
if: "matrix.use_coverage"
|
if: "matrix.use_coverage"
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v3
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
files: ./coverage.xml
|
files: ./coverage.xml
|
||||||
|
|
Loading…
Reference in New Issue