Don't fail CI if codecov fails (#1838)

This commit is contained in:
Selwin Ong 2023-02-26 07:46:08 +07:00 committed by GitHub
parent aedc9b9e06
commit 2c6c7ae586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -47,3 +47,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
fail_ci_if_error: false