From 4b929af00fe8a9a985b97e2c8507f2d7a1cd559a Mon Sep 17 00:00:00 2001 From: KevFan Date: Thu, 10 Aug 2023 15:36:05 +0100 Subject: [PATCH] codecov: do not fail ci on error --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 06688e8b1..d886b6675 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,7 +40,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} flags: unit - fail_ci_if_error: true + fail_ci_if_error: false verbose: true integration-tests: @@ -87,7 +87,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} flags: integration - fail_ci_if_error: true + fail_ci_if_error: false verbose: true verify-manifests: