build: refine coverage thresholds
[poolifier.git] / .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
 }