Skip to content

Commit

Permalink
Add code coverage badge #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
megahoneybadger committed Dec 9, 2019
1 parent 6521815 commit 4900823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,13 +1,13 @@
{
"name": "hsms-driver",
"version": "0.2.10",
"version": "0.2.11",
"description": "JavaScript driver for HSMS protocol.",
"main": "index.js",
"scripts": {
"test": "mocha --recursive",
"testc": "npm test -- --grep \"Communication active\"",
"test-with-coverage": "nyc --reporter=text mocha --recursive",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- --recursive test/*",
"start": "nde index.js",
"lint": "eslint ./src --fix",
"build": "webpack -p"
Expand Down

0 comments on commit 4900823

Please sign in to comment.