build: bump coverage thresholds
[poolifier.git] / .c8rc.json
index ab1b20fa6e8670179e6a804576b2dcf7987f48d6..74ea8163fd560ba64203f2dad29690ea0f35eea8 100644 (file)
@@ -1,7 +1,7 @@
 {
   "check-coverage": true,
-  "lines": 92,
-  "statements": 92,
+  "lines": 93,
+  "statements": 93,
   "functions": 95,
-  "branches": 92
+  "branches": 93
 }