Skip to content

Commit

Permalink
Transform LCOV file during coveralls script
Browse files Browse the repository at this point in the history
  • Loading branch information
hakatashi committed May 23, 2016
1 parent 9a80b1a commit 915fea5
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 @@ -8,7 +8,7 @@
"scripts": {
"test": "gulp build && intern-client config=tests/intern",
"build": "gulp build",
"coveralls": "cat lcov.info | coveralls",
"coveralls": "gulp transform-lcov && cat lcov.info | coveralls",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
Expand Down

0 comments on commit 915fea5

Please sign in to comment.