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