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