coverage on codecov.io

This commit is contained in:
Tobias Koppers 2015-05-28 11:47:11 +02:00
parent f41b103d07
commit 875fb80cce
2 changed files with 5 additions and 1 deletions

View File

@ -11,4 +11,7 @@ env:
before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
after_success: cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose && rm -rf ./coverage
after_success:
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
- cat ./coverage/coverage.json | node_modules/.bin/codecov.io/bin/codecov.io.js
- rm -rf ./coverage

View File

@ -25,6 +25,7 @@
"devDependencies": {
"benchmark": "^1.0.0",
"bundle-loader": "~0.5.0",
"codecov.io": "^0.1.2",
"coffee-loader": "~0.7.1",
"component-webpack-plugin": "~0.2.0",
"coveralls": "^2.11.2",