From ed860cfb36a8fd002ecd36cabde514cfb423b19e Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 6 Apr 2026 12:12:28 -0600 Subject: [PATCH] .codecov.yml: bump coverage target to 100% We've gotten to 100%. Let's keep it that way. --- .codecov.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 6839573..26a0930 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,6 +1,5 @@ coverage: status: - patch: off project: default: - target: 95% + target: 100%