From e0e419c75f4e77f14ea49e7767a9cfabd3748049 Mon Sep 17 00:00:00 2001 From: andrey-canon Date: Thu, 2 Oct 2025 11:01:02 -0500 Subject: [PATCH] fix: disable CI failure on coverage errors --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4935fdfd7..ac184bdcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,4 +36,4 @@ jobs: uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: true + fail_ci_if_error: false