mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
maint/build ~ allow code coverage upload failures without breaking the build (warning instead of error) (#1526)
This commit is contained in:
parent
53ee25693f
commit
d9de816757
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue