build: refine coverage thresholds
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 26 Aug 2023 18:34:20 +0000 (20:34 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 26 Aug 2023 18:34:20 +0000 (20:34 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.c8rc.json

index a5c9366d7b41f786ec9982f0ff9af120d9a9de77..97a7bf973f1906c85369f20e7cb15eb13a233377 100644 (file)
@@ -1,7 +1,7 @@
 {
   "check-coverage": true,
-  "lines": 95,
-  "statements": 95,
-  "functions": 95,
+  "lines": 92,
+  "statements": 92,
+  "functions": 90,
   "branches": 95
 }