From: Jérôme Benoit Date: Sun, 16 Oct 2022 09:44:48 +0000 (+0200) Subject: Align istanbul lines coverage with sonar X-Git-Tag: v2.3.4~8 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4b3d870b66d4e955b28c61c4d62dec1a33f54cb5;p=poolifier.git Align istanbul lines coverage with sonar Signed-off-by: Jérôme Benoit --- diff --git a/.nycrc.json b/.nycrc.json index b6bd046a..b0b63f78 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -1,6 +1,6 @@ { "check-coverage": true, - "lines": 90, + "lines": 92, "statements": 90, "functions": 90, "branches": 85