From ba69bf953c177a7d9acb10aea8bc41fc58f9720a Mon Sep 17 00:00:00 2001 From: Alexandr Kravchuk Date: Tue, 17 Mar 2026 12:37:54 +0100 Subject: [PATCH] ci: revert codecov fail_ci_if_error to true Maintain strict CI checks. Codecov rate limiting should be resolved by maintainers adding CODECOV_TOKEN to repository secrets. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b715da..0dd4382 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,4 +22,4 @@ jobs: - uses: codecov/codecov-action@v2 if: matrix.node-version == 16 with: - fail_ci_if_error: false + fail_ci_if_error: true