Don't fail if codecov fails (#3188)

This commit is contained in:
Gyeongjae Choi 2022-10-19 00:22:41 +09:00 committed by GitHub
parent dd8bab1377
commit 318c60bf0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
src pyodide-build packages/micropip/ packages/_tests
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
fail_ci_if_error: false
build-core:
runs-on: ubuntu-latest