From 0e630b802eb65fa580c6ab1e557589d42fad0888 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Tue, 21 Sep 2021 20:36:40 +0800 Subject: [PATCH] chore: update workflows/coverage.yml --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1a5a588..4c57316 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -36,7 +36,7 @@ jobs: files: /home/runner/work/idraw/idraw/reports/clover.xml # optional flags: unittests # optional name: codecov-umbrella # optional - fail_ci_if_error: true # optional (default = false) - verbose: true # optional (default = false) + fail_ci_if_error: false # optional (default = false) + verbose: false # optional (default = false)