Skip to content

Commit

Permalink
Add coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Apr 22, 2021
1 parent 721db8b commit bce5c3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"qa": "npm run lint && npm run test",
"lint": "eslint .",
"test": "nyc --report html --reporter lcov --reporter text-summary zUnit",
"coverage": "nyc --report html --reporter lcov --reporter text-summary zUnit",
"prepare": "husky install"
},
"author": "GuideSmiths Ltd",
Expand Down

0 comments on commit bce5c3a

Please sign in to comment.