From 75aee01d0d47d7ba2b9a3dc9196e90535b4ab1f5 Mon Sep 17 00:00:00 2001 From: quicksilver Date: Tue, 17 Dec 2019 20:37:56 +0800 Subject: [PATCH] disable fail_ci_if_error option on codecov github actions --- .github/workflows/core.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index bab12631cc..a92fdb71a6 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -47,7 +47,6 @@ jobs: file: ./ci/scripts/output_new.info flags: unittests yml: ./codecov.yaml - fail_ci_if_error: true centos: name: AMD64 CentOS ${{ matrix.centos }} @@ -85,4 +84,3 @@ jobs: file: ./ci/scripts/output_new.info flags: unittests yml: ./codecov.yaml - fail_ci_if_error: true