Skip to content

Commit

Permalink
Add code coverage support
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Mar 26, 2016
1 parent cfa299b commit 03f4562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"test": "tests"
},
"scripts": {
"coverage": "istanbul cover ./tests/",
"lint": "standard",
"test": "node ./tests/"
},
Expand Down Expand Up @@ -34,6 +35,7 @@
"devDependencies": {
"ethereumjs-block": "^1.2.2",
"ethereumjs-testing": "0.0.1",
"istanbul": "^0.4.1",
"levelup": "^1.3.0",
"memdown": "^1.1.0",
"standard": "^6.0.8",
Expand Down

0 comments on commit 03f4562

Please sign in to comment.