Report coverage to build log and coveralls.

This commit is contained in:
Mark Hindess 2014-07-01 14:29:05 +01:00
parent 85a8e7283f
commit abf5944316
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ node_js:
- "0.10"
- "0.8"
script:
- istanbul cover ./node_modules/.bin/grunt
- istanbul cover ./node_modules/.bin/grunt --report lcovonly && istanbul report text && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf coverage
before_script:
- npm install -g istanbul
- npm install coveralls