From 858af64dc3afb0f3b99a47d822138a2d1c6aa46e Mon Sep 17 00:00:00 2001 From: Dolan Date: Thu, 30 Jul 2020 13:07:48 +0100 Subject: [PATCH] Improve coverage threshold --- .nycrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.nycrc b/.nycrc index 2c14e11a79..25c38c14ad 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, - "lines": 93.53, - "functions": 89.63, - "branches": 88.57, - "statements": 93.34, + "lines": 96.81, + "functions": 93.80, + "branches": 92.63, + "statements": 96.80, "include": [ "src/**/*.ts" ],