diff --git a/.nycrc.json b/.nycrc.json index 3329635..63c807d 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -3,7 +3,7 @@ "extends": "@istanbuljs/nyc-config-typescript", "check-coverage": true, "statements": 80, - "lines": 90, + "lines": 80, "include": ["src/**/*.ts", "src/**/*.tsx"], "exclude": [ "cypress/**/*.*",