From 9ab07ba9a6b1485342548aaaed9fbbb915c13187 Mon Sep 17 00:00:00 2001 From: M-A Date: Sat, 26 Oct 2024 20:24:58 -0400 Subject: [PATCH] codecov.yml: lower project min coverage to 45% (#80) --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index e1bd436..a64339c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -16,5 +16,5 @@ coverage: threshold: 10% project: default: - target: 60% + target: 45% threshold: 10%