diff --git a/.nycrc b/.nycrc index 2c14e11a79..25c38c14ad 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, - "lines": 93.53, - "functions": 89.63, - "branches": 88.57, - "statements": 93.34, + "lines": 96.81, + "functions": 93.80, + "branches": 92.63, + "statements": 96.80, "include": [ "src/**/*.ts" ],