From 83450e62778016c3609cea86e9c48ed861187116 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Fri, 27 Dec 2019 01:44:20 +0000 Subject: [PATCH] Bump up coverage stats --- .nycrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.nycrc b/.nycrc index d5f12ccbc3..41a461385e 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, - "lines": 92.35, - "functions": 88.28, - "branches": 84.64, - "statements": 92.16, + "lines": 93.53, + "functions": 89.63, + "branches": 88.57, + "statements": 93.34, "include": [ "src/**/*.ts" ],