From 02a5aaf5d83781eaeb333df8a7b9c9ec86c8876a Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Tue, 12 Jul 2022 18:14:20 +0100 Subject: [PATCH] Bump coverage threshold --- .nycrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.nycrc b/.nycrc index 532628ce04..2d0c37e9f9 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, - "statements": 99.43, - "branches": 96.6, - "functions": 99.47, - "lines": 99.43, + "statements": 99.62, + "branches": 96.81, + "functions": 99.82, + "lines": 99.62, "include": [ "src/**/*.ts" ],