X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.c8rc.json;h=a5c9366d7b41f786ec9982f0ff9af120d9a9de77;hb=15bb637a91abd156aae586ce14c663101a8c6697;hp=b0b63f7827f3e2c9a4097a8978cec1d6b6d30b52;hpb=2727d92f4c229c94645f367c56e5f44fd9ab528b;p=poolifier.git diff --git a/.c8rc.json b/.c8rc.json index b0b63f78..a5c9366d 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,7 +1,7 @@ { "check-coverage": true, - "lines": 92, - "statements": 90, - "functions": 90, - "branches": 85 + "lines": 95, + "statements": 95, + "functions": 95, + "branches": 95 }