We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41b103 commit 875fb80Copy full SHA for 875fb80
2 files changed
.travis.yml
@@ -11,4 +11,7 @@ env:
11
before_install:
12
- '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
13
14
-after_success: cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose && rm -rf ./coverage
+after_success:
15
+ - cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
16
+ - cat ./coverage/coverage.json | node_modules/.bin/codecov.io/bin/codecov.io.js
17
+ - rm -rf ./coverage
package.json
@@ -25,6 +25,7 @@
25
"devDependencies": {
26
"benchmark": "^1.0.0",
27
"bundle-loader": "~0.5.0",
28
+ "codecov.io": "^0.1.2",
29
"coffee-loader": "~0.7.1",
30
"component-webpack-plugin": "~0.2.0",
31
"coveralls": "^2.11.2",
0 commit comments