Skip to content

Commit

Permalink
using istanbul for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
axyz committed Apr 4, 2015
1 parent 7f4461e commit f90e06a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ node_js:
- "0.10"
- "iojs"
- "iojs-v1.0.4"

after_script: NODE_ENV=test istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"devDependencies": {
"browserify": "^9.0.7",
"chai": "^2.2.0",
"coveralls": "^2.11.2",
"istanbul": "^0.3.13",
"mocha": "^2.2.1",
"uglify-js": "^2.4.19"
}
Expand Down

0 comments on commit f90e06a

Please sign in to comment.