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