Skip to content

Commit

Permalink
test(coverage): increase to require to 95
Browse files Browse the repository at this point in the history
  • Loading branch information
afontainec committed Mar 1, 2021
1 parent d87e56d commit 4ea8fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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"
Expand Down Expand Up @@ -45,4 +45,4 @@
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^14.1.1"
}
}
}

0 comments on commit 4ea8fec

Please sign in to comment.