mirror of https://github.com/pyodide/pyodide.git
Don't fail if codecov fails (#3188)
This commit is contained in:
parent
dd8bab1377
commit
318c60bf0a
|
@ -46,7 +46,7 @@ jobs:
|
||||||
src pyodide-build packages/micropip/ packages/_tests
|
src pyodide-build packages/micropip/ packages/_tests
|
||||||
- uses: codecov/codecov-action@v3
|
- uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: false
|
||||||
|
|
||||||
build-core:
|
build-core:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue