mirror of https://github.com/webpack/webpack.git
coverage on codecov.io
This commit is contained in:
parent
f41b103d07
commit
875fb80cce
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue