Skip to content

Commit

Permalink
Report coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmackrodt committed Mar 28, 2017
1 parent ff7575c commit 696f2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"travis": "npm run lint && npm run test:coverage",
"test": "cross-env mocha",
"test:coverage": "cross-env nyc mocha",
"report-coverage": "cat ./coverage/lcov.info | coveralls"
"report-coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 696f2cd

Please sign in to comment.