From df130ee5d9a62b96c1914ef949c624a7a8be9033 Mon Sep 17 00:00:00 2001 From: Arun Saha Date: Sun, 30 Nov 2025 09:50:12 -0800 Subject: [PATCH] Tighten CodeCov settings --- .github/workflows/ci.yml | 2 +- codecov.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8d95ed..838bc63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,4 +53,4 @@ jobs: with: files: coverage.out flags: unittests - fail_ci_if_error: false + fail_ci_if_error: true diff --git a/codecov.yml b/codecov.yml index c02eb39..5f769a4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,14 +3,14 @@ coverage: project: default: target: auto - threshold: 75% + threshold: 90% base: auto patch: default: target: auto - threshold: 75% + threshold: 90% base: auto codecov: - require_ci_to_pass: false + require_ci_to_pass: true disable_default_path_fixes: true