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
+1 -1
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