Fail CI if codecov upload fails (#90363)

pull/84528/head^2
Franck Nijhof 2023-03-27 20:49:49 +02:00 committed by GitHub
parent 506a916a13
commit 2ceb24e5d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1100,7 +1100,10 @@ jobs:
if: needs.info.outputs.test_full_suite == 'true'
uses: codecov/codecov-action@v3.1.1
with:
fail_ci_if_error: true
flags: full-suite
- name: Upload coverage to Codecov (partial coverage)
if: needs.info.outputs.test_full_suite == 'false'
uses: codecov/codecov-action@v3.1.1
with:
fail_ci_if_error: true