diff options
-rw-r--r-- | .github/workflows/coverage.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 600c06dc69..be4302bfbc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -32,3 +32,4 @@ jobs: uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 with: verbose: true + fail_ci_if_error: true |