From ed53e882cec5784c929d2a2c390b3718b7238772 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Tue, 21 Sep 2021 21:43:23 +0800 Subject: [PATCH] chore: update workflows/coverage.yml --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 63decd9..f720228 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -38,7 +38,7 @@ jobs: files: /home/runner/work/idraw/idraw/reports/clover.xml # optional flags: unittests # optional name: codecov-umbrella # optional - fail_ci_if_error: false # optional (default = false) + fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false)