Skip to content

Commit

Permalink
Trying to coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
andregavazzoni committed Feb 23, 2016
1 parent 117697b commit 6467931
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ node_js:
- v4
- '0.12'
- '0.10'

after_script:
- ./node_modules/karma/bin/karma start
- istanbul cover ./node_modules/mocha/bin/_mocha server/api/**/*.spec.js
- cat ./coverage/lcov.info ./coverage/karma/**/*.info > lcov.info
- node node_modules/lcov-filter/index.js lcov.info config | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit 6467931

Please sign in to comment.