mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Report coverage to build log and coveralls.
This commit is contained in:
parent
85a8e7283f
commit
abf5944316
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user