diff --git a/package.json b/package.json index 9ab54bf..6750198 100644 --- a/package.json +++ b/package.json @@ -43,9 +43,9 @@ "collectCoverage": true, "coverageThreshold": { "global": { - "branches": 70, + "branches": 79, "functions": 100, - "lines": 95, + "lines": 96, "statements": 88 } },