From 4905c3a801c91fc83a1168dfcbc233f40e800280 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 26 Aug 2023 20:34:20 +0200 Subject: [PATCH] build: refine coverage thresholds MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .c8rc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.c8rc.json b/.c8rc.json index a5c9366d..97a7bf97 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,7 +1,7 @@ { "check-coverage": true, - "lines": 95, - "statements": 95, - "functions": 95, + "lines": 92, + "statements": 92, + "functions": 90, "branches": 95 } -- 2.34.1