From b895bc7457ef800f736d1b904bd36ec57518e1fd Mon Sep 17 00:00:00 2001 From: Dolan Date: Thu, 30 Sep 2021 02:02:09 +0100 Subject: [PATCH] Update .nycrc --- .nycrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.nycrc b/.nycrc index dba3b32fc4..960ca00445 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, - "lines": 99.31, - "functions": 99.09, - "branches": 96.17, - "statements": 99.31, + "lines": 99.32, + "functions": 99.11, + "branches": 96.27, + "statements": 99.33, "include": [ "src/**/*.ts" ],