From 2502fe7f39462261dc80a5292820052e28bd70aa Mon Sep 17 00:00:00 2001 From: Dolan Date: Wed, 14 Aug 2019 15:50:12 +0100 Subject: [PATCH] Increase thresholds --- .nycrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.nycrc b/.nycrc index e02a0d16f8..d5f12ccbc3 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, - "lines": 87.54, - "functions": 83.61, - "branches": 72.57, - "statements": 87.32, + "lines": 92.35, + "functions": 88.28, + "branches": 84.64, + "statements": 92.16, "include": [ "src/**/*.ts" ],