From 58195d8c96246a9e300efc5848bd6c623ef3ea1c Mon Sep 17 00:00:00 2001 From: andrey-canon Date: Mon, 27 Oct 2025 12:51:35 -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 62e663c50..b55e34e39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,4 +40,4 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: true + fail_ci_if_error: false