From 28e4bfd727423ce981467966e371baaaf80f8dd6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 24 Dec 2023 12:14:22 +0100 Subject: [PATCH] build(ci): refine coverage thresholds for node 18.x MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .c8rc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.c8rc.json b/.c8rc.json index 9715d55f..149b3ccb 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -2,6 +2,6 @@ "check-coverage": true, "lines": 92, "statements": 92, - "functions": 94, + "functions": 92, "branches": 92 } -- 2.34.1