From 95852d23c201be3a00d1bf59d0e14f9476e83f08 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 9 Feb 2026 19:36:33 -0800 Subject: [PATCH] Lower Codecov coverage thresholds --- .codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index d9b99dd7a..ce563cbd8 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -9,11 +9,11 @@ coverage: project: default: target: 100% - threshold: 25% + threshold: 15% patch: default: target: 100% - threshold: 25% + threshold: 10% comment: layout: "reach,diff,flags,files"