diff --git a/.nycrc b/.nycrc index 628fef9ec2..5afadd762c 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, - "lines": 97.85, + "lines": 97.86, "functions": 94.33, "branches": 94.99, - "statements": 97.86, + "statements": 97.85, "include": [ "src/**/*.ts" ],