From 8e436999023b9fc7a8ce0a4b0d3b6153e1903fe9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 25 Oct 2023 17:57:55 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.c8rc.json b/.c8rc.json index 70caddac..29100bb2 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,7 +1,7 @@ { "check-coverage": true, - "lines": 93, - "statements": 93, - "functions": 94, - "branches": 93 + "lines": 94, + "statements": 94, + "functions": 95, + "branches": 92 } -- 2.34.1