From b63a6e6e163c88a92605eab7e8a56e27169da8bd Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Thu, 16 Mar 2023 02:02:02 +0000 Subject: [PATCH] Update coverage stats --- .nycrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.nycrc b/.nycrc index 3dc8ad302a..6c47fc4974 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, "statements": 99.79, - "branches": 98.41, + "branches": 98.17, "functions": 100, - "lines": 99.73, + "lines": 99.78, "include": [ "src/**/*.ts" ],