diff --git a/.nycrc b/.nycrc index 3b51f5a7bf..785b724a8c 100644 --- a/.nycrc +++ b/.nycrc @@ -1,9 +1,9 @@ { "check-coverage": true, - "lines": 99.32, - "functions": 99.11, - "branches": 96.27, "statements": 99.32, + "branches": 96.27, + "functions": 99.11, + "lines": 99.32, "include": [ "src/**/*.ts" ],