From b694197b3ebadb2be9509900c2f8ad6756656c35 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 27 Mar 2023 21:15:17 +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 b0b63f78..a5c9366d 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,7 +1,7 @@ { "check-coverage": true, - "lines": 92, - "statements": 90, - "functions": 90, - "branches": 85 + "lines": 95, + "statements": 95, + "functions": 95, + "branches": 95 } -- 2.34.1