build: refine coverage thresholds
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 25 Oct 2023 15:57:55 +0000 (17:57 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 25 Oct 2023 15:57:55 +0000 (17:57 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.c8rc.json

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