From: Jérôme Benoit Date: Sun, 24 Dec 2023 11:14:22 +0000 (+0100) Subject: build(ci): refine coverage thresholds for node 18.x X-Git-Tag: v3.1.11~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=28e4bfd727423ce981467966e371baaaf80f8dd6;p=poolifier.git build(ci): refine coverage thresholds for node 18.x Signed-off-by: Jérôme Benoit --- 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 }