From 1bda84ea7a31b7b3236fd2a7ede328c81fe24d44 Mon Sep 17 00:00:00 2001 From: Julen Dixneuf Date: Sat, 23 Sep 2023 18:32:02 +0200 Subject: [PATCH] fix(ci): make code coverage upload fail safe --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 317b02c..293ba08 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,4 +35,5 @@ jobs: - name: "Upload coverage to Codecov" uses: codecov/codecov-action@v3 with: - fail_ci_if_error: true + # codecov sometimes return error without reason + fail_ci_if_error: false