build(ci): refine coverage thresholds for node 18.x
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 24 Dec 2023 11:14:22 +0000 (12:14 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 24 Dec 2023 11:14:22 +0000 (12:14 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.c8rc.json

index 9715d55f262b1afbc8698b9ffdcf9fe2f281afb4..149b3ccb1e95c2dc93be34d96754101a39132147 100644 (file)
@@ -2,6 +2,6 @@
   "check-coverage": true,
   "lines": 92,
   "statements": 92,
-  "functions": 94,
+  "functions": 92,
   "branches": 92
 }