Don't fail CI if codecov upload fails (#1532)

pull/1533/head
Gulshan Singh 3 years ago committed by GitHub
parent d4562ea462
commit 3d57be41e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,8 +46,6 @@ jobs:
coverage xml
- name: "Upload coverage to Codecov"
if: matrix.os == 'ubuntu-22.04' && success() || failure()
if: matrix.os == 'ubuntu-22.04'
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

Loading…
Cancel
Save