maint/build ~ allow code coverage upload failures without breaking the build (warning instead of error) (#1526)

This commit is contained in:
Roy Ivy III 2020-05-25 15:47:42 -05:00 committed by GitHub
parent 53ee25693f
commit d9de816757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -431,4 +431,4 @@ jobs:
## flags: IntegrationTests, UnitTests, ${{ steps.vars.outputs.CODECOV_FLAGS }}
flags: ${{ steps.vars.outputs.CODECOV_FLAGS }}
name: codecov-umbrella
fail_ci_if_error: true
fail_ci_if_error: false