Skip to content

Commit

Permalink
cover
Browse files Browse the repository at this point in the history
  • Loading branch information
junyulah committed Apr 28, 2016
1 parent ae2e3af commit 5c6f87d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ language: node_js
node_js:
- "stable"

after_script: "cat ./coverage/lcov.info | node_modules/.bin/coveralls"
after_script: "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
"
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"coveralls": "^2.11.9",
"defcomment": "0.0.9",
"istanbul": "^0.4.3",
"mocha": "^2.4.5"
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.2.0"
}
}

0 comments on commit 5c6f87d

Please sign in to comment.