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

main
Selwin Ong 2 years ago committed by GitHub
parent aedc9b9e06
commit 2c6c7ae586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save