From 0bf5dba7344871d1b481fd29bbe99f1c609b18bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 15 Dec 2023 12:32:55 +0100 Subject: [PATCH] build(ci): reduce coverage requirements 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 78e10125..fcaf5518 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -2,6 +2,6 @@ "check-coverage": true, "lines": 93, "statements": 93, - "functions": 95, + "functions": 94, "branches": 92 } -- 2.34.1