From 678d1d393e072b880e4a11a9fc5cfee9b2afa960 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Tue, 30 Jun 2026 01:19:58 -0700 Subject: [PATCH] ci: make codecov patch status informational The patch status had target: 30%, so PRs with 0% diff coverage (e.g. docs- or config-only changes with no measurable lines) failed with a misleading red "x" even when nothing testable changed. Marking the patch status informational keeps the coverage percentage visible on the PR without ever blocking or reporting a failing status. Co-Authored-By: Claude --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index ebf1d5704..9e66ac93f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,5 +5,5 @@ coverage: threshold: 1.5% patch: default: - target: 30% + informational: true