From e477334ca9839a20b4bcb22065b19b8902e2bf1c Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Thu, 28 Nov 2024 14:07:23 +0100 Subject: [PATCH] ci: Increase coverage thresholds --- .nycrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.nycrc b/.nycrc index 6eb878f66..068466d06 100644 --- a/.nycrc +++ b/.nycrc @@ -8,10 +8,10 @@ "src/linter/xmlTemplate/lib/JSTokenizer.js" ], "check-coverage": true, - "statements": 82, - "branches": 74, - "functions": 89, - "lines": 82, + "statements": 87, + "branches": 79, + "functions": 94, + "lines": 87, "watermarks": { "statements": [70, 90], "branches": [70, 90],