Skip to content

Commit

Permalink
Increase coverage requirement based on new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Sep 18, 2022
1 parent ebb59fa commit 451ebb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"coverage": "nyc report --reporter=html && open coverage/index.html",
"lint": "prettier --check '{lib,test}/**/*.js' 'docs/*.md' 'tweets/README.md' README.md package.json",
"lint:fix": "prettier --write '{lib,test}/**/*.js' 'docs/*.md' 'tweets/README.md' README.md package.json",
"test": "tap --branches=50 --functions=50 --lines=50 --statements=50 test/*/test.js",
"test": "tap --branches=70 --functions=100 --lines=80 --statements=80 test/*/test.js",
"posttest": "npm run -s lint"
},
"keywords": [],
Expand Down

0 comments on commit 451ebb5

Please sign in to comment.