From b05b58fbfe1c5e43b7a0b7795e3c50863830bb44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 13 Oct 2023 21:56:18 +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 aba3e9b0..70caddac 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,7 +1,7 @@ { "check-coverage": true, - "lines": 94, - "statements": 94, - "functions": 95, + "lines": 93, + "statements": 93, + "functions": 94, "branches": 93 } -- 2.34.1