From fdf076424584ef822d0dfa5110b38f5c4e482ed6 Mon Sep 17 00:00:00 2001 From: Dolan Date: Mon, 8 Mar 2021 04:36:53 +0000 Subject: [PATCH] Alter coverage limits --- .nycrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.nycrc b/.nycrc index 628fef9ec2..5afadd762c 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, - "lines": 97.85, + "lines": 97.86, "functions": 94.33, "branches": 94.99, - "statements": 97.86, + "statements": 97.85, "include": [ "src/**/*.ts" ],