From a3da1fecf053fb2c847a33e1af7494f902c3692c Mon Sep 17 00:00:00 2001 From: JazzarKarim Date: Wed, 10 Jul 2024 15:44:50 -0700 Subject: [PATCH] 22248 - Disable Codecov Failure --- .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 f77a1570..18d77616 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: uses: codecov/codecov-action@v4 with: name: codecov-business-edit - fail_ci_if_error: true + fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }} build-check: