build: refine coverage thresholds
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 13 Oct 2023 19:56:18 +0000 (21:56 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 13 Oct 2023 19:56:18 +0000 (21:56 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.c8rc.json

index aba3e9b0c0cb8e3ea21eb9f372221645bef54aca..70caddaceb09c5027f91eab8ee0f44f5a1d9fb89 100644 (file)
@@ -1,7 +1,7 @@
 {
   "check-coverage": true,
-  "lines": 94,
-  "statements": 94,
-  "functions": 95,
+  "lines": 93,
+  "statements": 93,
+  "functions": 94,
   "branches": 93
 }