diff --git a/.nycrc b/.nycrc index 3a897e4c79..e41ab1facb 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, - "lines": 97.77, - "functions": 93.89, - "branches": 94.83, - "statements": 97.75, + "lines": 97.83, + "functions": 94.33, + "branches": 94.88, + "statements": 97.82, "include": [ "src/**/*.ts" ],