From 51d043342484c590bcafe070e5a1494b12c70d33 Mon Sep 17 00:00:00 2001 From: Sean Brar Date: Mon, 16 Feb 2026 19:13:27 -0800 Subject: [PATCH] chore(ci): disable Codecov status targets Coverage status checks (project 80%, patch 70%) were holdovers from the GSoC era. The project's testing philosophy (MTMT) treats coverage as a diagnostic tool, not a gate. Disable status targets so Codecov remains informational (PR comments, trend graphs, badge) without posting pass/fail checks. --- codecov.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/codecov.yml b/codecov.yml index c7684e5..91d17ae 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,14 +3,8 @@ coverage: status: - project: - default: - target: 80% - threshold: 2% - patch: - default: - target: 70% - threshold: 5% + project: off + patch: off comment: layout: "reach,diff,flags,tree"