We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e12bea + 536e210 commit cbc0db0Copy full SHA for cbc0db0
.travis.yml
@@ -7,4 +7,4 @@ branches:
7
only:
8
- master
9
10
-after_script: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
+after_script: cat ./coverage/coverage-final.json | ./node_modules/codecov.io/bin/codecov.io.js && rm -rf ./coverage
package.json
@@ -36,7 +36,7 @@
36
"babel-plugin-flow-comments": "^1.0.9",
37
"babel-plugin-inline-package-json": "~1.0.1",
38
"browserify": "^11.0.1",
39
- "coveralls": "^2.11.3",
+ "codecov.io": "^0.1.6",
40
"gulp": "^3.9.0",
41
"gulp-babel": "^5.2.0",
42
"gulp-derequire": "^2.1.0",
0 commit comments