Skip to content

Commit

Permalink
Fix coverage command for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Oct 14, 2016
1 parent 27da158 commit 77cafb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
"tests": "jest --coverage",
"pretest": "npm -s run lint",
"test": "npm -s run tests",
"coverage": "coveralls",
"coverage": "cat ./coverage/lcov.info | coveralls",
"release": "npmpub"
},
"babel": {
Expand Down

0 comments on commit 77cafb5

Please sign in to comment.