diff --git a/.nycrc b/.nycrc index 87728e5edb..7e8914f7fe 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, "statements": 99.72, - "branches": 97.95, - "functions": 99.82, - "lines": 99.71, + "branches": 97.97, + "functions": 99.83, + "lines": 99.72, "include": [ "src/**/*.ts" ],