diff --git a/package.json b/package.json index 959c48007..53ddfafc7 100644 --- a/package.json +++ b/package.json @@ -62,25 +62,25 @@ "test/**" ], "check-coverage": true, - "lines": 55, - "statements": 55, - "functions": 50, - "branches": 30, + "statements": 85, + "branches": 70, + "functions": 90, + "lines": 85, "watermarks": { - "lines": [ - 55, + "statements": [ + 70, 90 ], - "functions": [ - 50, + "branches": [ + 70, 90 ], - "branches": [ - 30, - 70 + "functions": [ + 70, + 90 ], - "statements": [ - 55, + "lines": [ + 70, 90 ] },