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