Skip to content

Commit

Permalink
Add coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeAR committed Sep 5, 2018
1 parent 4eab558 commit ed8cadc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"scripts": {
"test": "standard && tap test.js",
"benchmark": "node benchmark.js",
"compare": "node compare.js"
"compare": "node compare.js",
"coverage": "nyc --reporter=html --reporter=text npm test"
},
"author": "Ruben Bridgewater",
"license": "MIT",
Expand All @@ -36,6 +37,7 @@
"json-stable-stringify": "^1.0.1",
"json-stringify-deterministic": "^1.0.1",
"json-stringify-safe": "^5.0.1",
"nyc": "^13.0.1",
"standard": "^11.0.0-beta.0",
"tap": "^11.0.0"
},
Expand Down

0 comments on commit ed8cadc

Please sign in to comment.