From 309abbcc470bb3b94aba2c3170736f62e1d3b8a0 Mon Sep 17 00:00:00 2001 From: Dolan Date: Tue, 1 Jun 2021 11:56:07 +0100 Subject: [PATCH] Update .nycrc --- .nycrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.nycrc b/.nycrc index a6df0ad850..dba3b32fc4 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, - "lines": 98.86, - "functions": 97.86, - "branches": 95.86, - "statements": 98.86, + "lines": 99.31, + "functions": 99.09, + "branches": 96.17, + "statements": 99.31, "include": [ "src/**/*.ts" ],