X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.c8rc.json;h=4ef7222d3d02d0f684f37818b8742e196a1cf025;hb=ce63d9e2f3d895bd2ae5aafc40769ff4dda3c887;hp=97a7bf973f1906c85369f20e7cb15eb13a233377;hpb=4905c3a801c91fc83a1168dfcbc233f40e800280;p=poolifier.git diff --git a/.c8rc.json b/.c8rc.json index 97a7bf97..4ef7222d 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -1,7 +1,7 @@ { "check-coverage": true, - "lines": 92, - "statements": 92, - "functions": 90, - "branches": 95 + "lines": 90, + "statements": 90, + "functions": 92, + "branches": 92 }