From 33aa0a5c8dde683a1791e2d3653281a8b271bebf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:27:59 +0000 Subject: [PATCH 1/3] Initial plan From 2d2e0d4e424ab6e83a6c79e5ba58fb445d35d2e5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:29:38 +0000 Subject: [PATCH 2/3] Configure Codecov to block PRs with coverage below 90% Co-authored-by: harsha-simhadri <5590673+harsha-simhadri@users.noreply.github.com> --- .codecov.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index a82643900..402dacc39 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -6,14 +6,14 @@ coverage: status: - # Project coverage (overall) - informational only + # Project coverage (overall) - blocks PRs if below 90% project: default: - target: auto - threshold: 1% - informational: true + target: 90% + threshold: 0% + informational: false - # Patch coverage (changed lines only) - this will block PRs + # Patch coverage (changed lines only) - blocks PRs if below 90% patch: default: target: 90% From 966aba1df4c73b79d72e9a9a2af6453f8e318592 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 03:17:42 +0000 Subject: [PATCH 3/3] Revert project coverage to informational, keep patch coverage blocking Co-authored-by: arrayka <1551741+arrayka@users.noreply.github.com> --- .codecov.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 402dacc39..f87ccb241 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -6,12 +6,12 @@ coverage: status: - # Project coverage (overall) - blocks PRs if below 90% + # Project coverage (overall) - informational only project: default: - target: 90% - threshold: 0% - informational: false + target: auto + threshold: 1% + informational: true # Patch coverage (changed lines only) - blocks PRs if below 90% patch: