From 0855f767391bf85fd738e29d403a7f44aae7cdeb Mon Sep 17 00:00:00 2001 From: Yu Liao Date: Wed, 25 Jan 2023 22:06:34 +0000 Subject: [PATCH] uploading to codecov failure does not fail the CI. https://github.com/yliaog/client-python/actions/runs/4010290284/jobs/6886629356 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 52ec3560b..39d14abb2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -46,5 +46,5 @@ jobs: if: "matrix.use_coverage" uses: codecov/codecov-action@v3 with: - fail_ci_if_error: true + fail_ci_if_error: false verbose: true