From 1cb2ef565e7f4af2b692081e87c3842f7984eddb Mon Sep 17 00:00:00 2001 From: Dolan Date: Thu, 27 Oct 2022 02:01:14 +0100 Subject: [PATCH] Increase coverage threshold --- .nycrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.nycrc b/.nycrc index 87728e5edb..7e8914f7fe 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, "statements": 99.72, - "branches": 97.95, - "functions": 99.82, - "lines": 99.71, + "branches": 97.97, + "functions": 99.83, + "lines": 99.72, "include": [ "src/**/*.ts" ],