diff --git a/.nycrc b/.nycrc index e02a0d16f8..d5f12ccbc3 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, - "lines": 87.54, - "functions": 83.61, - "branches": 72.57, - "statements": 87.32, + "lines": 92.35, + "functions": 88.28, + "branches": 84.64, + "statements": 92.16, "include": [ "src/**/*.ts" ],