diff --git a/.nycrc.json b/.nycrc.json index bb2aecc..7d68739 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -2,8 +2,8 @@ "check-coverage": true, "reporter": ["text", "lcov"], "exclude": ["build/**", "japaFile.js", "test/", "providers/InertiaProvider/index.ts", "middleware/Inertia.ts"], - "branches": 80, - "lines": 80, - "functions": 80, - "statements": 80 + "branches": 65, + "lines": 65, + "functions": 65, + "statements": 65 }