diff --git a/.nycrc.json b/.nycrc.json index 9d500f3c..4f2f2d92 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -1,26 +1,26 @@ { "all": true, "cache": true, - "branches": 80, - "lines": 80, - "functions": 80, - "statements": 80, + "branches": 47, + "lines": 54, + "functions": 48, + "statements": 55, "watermarks": { "lines": [ - 80, - 95 + 54, + 80 ], "functions": [ - 80, - 95 + 48, + 80 ], "branches": [ - 80, - 95 + 47, + 80 ], "statements": [ - 80, - 95 + 55, + 80 ] }, "extension": [