From: Jérôme Benoit Date: Fri, 15 Dec 2023 11:32:55 +0000 (+0100) Subject: build(ci): reduce coverage requirements for node 18.x X-Git-Tag: v3.1.0~6 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=0bf5dba7344871d1b481fd29bbe99f1c609b18bf;p=poolifier.git build(ci): reduce coverage requirements for node 18.x Signed-off-by: Jérôme Benoit --- 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 }