From beeedcf9854955e1fcdf8aef252192c3a546cf6d Mon Sep 17 00:00:00 2001 From: andrey-canon Date: Mon, 29 Sep 2025 16:33:22 -0500 Subject: [PATCH] feat: disable action fail on coverage error --- .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 f8945a152..e8bae85a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,5 +38,5 @@ jobs: - name: Run Coverage uses: codecov/codecov-action@v4 with: - fail_ci_if_error: true + fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }}