diff --git a/package.json b/package.json index a626d6b18..a8bc4e752 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "fulltest": "nyc mocha --recursive --timeout 20000 test/ --exit", "linter": "eslint -c .eslintrc.js .", "coveralls": "nyc report --reporter=text-lcov | coveralls", - "coverage": "nyc check-coverage --statements 95 --branches 90 --functions 90 --lines 95" + "coverage": "nyc check-coverage --statements 95 --branches 90 --functions 95 --lines 95" }, "bin": { "chinchay": "./cliApp/lector.js" @@ -45,4 +45,4 @@ "mocha-lcov-reporter": "^1.3.0", "nyc": "^14.1.1" } -} +} \ No newline at end of file