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" ],