build(ci): refine code coverage thresholds
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 30 Dec 2023 10:05:27 +0000 (11:05 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 30 Dec 2023 10:05:27 +0000 (11:05 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.c8rc.json

index 149b3ccb1e95c2dc93be34d96754101a39132147..4ef7222d3d02d0f684f37818b8742e196a1cf025 100644 (file)
@@ -1,7 +1,7 @@
 {
   "check-coverage": true,
-  "lines": 92,
-  "statements": 92,
+  "lines": 90,
+  "statements": 90,
   "functions": 92,
   "branches": 92
 }