From 65302dd39be6bbb6cf59e6b37342280755a38100 Mon Sep 17 00:00:00 2001 From: Dolan Date: Mon, 8 Mar 2021 04:22:20 +0000 Subject: [PATCH] Increase coverage limit --- .nycrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.nycrc b/.nycrc index 3a897e4c79..e41ab1facb 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, - "lines": 97.77, - "functions": 93.89, - "branches": 94.83, - "statements": 97.75, + "lines": 97.83, + "functions": 94.33, + "branches": 94.88, + "statements": 97.82, "include": [ "src/**/*.ts" ],