Skip to content

Commit cbc0db0

Browse files
committed
Merge pull request #28 from ParsePlatform/andrewi.codecov
Move from coveralls to codecov
2 parents 4e12bea + 536e210 commit cbc0db0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ branches:
77
only:
88
- master
99

10-
after_script: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
10+
after_script: cat ./coverage/coverage-final.json | ./node_modules/codecov.io/bin/codecov.io.js && rm -rf ./coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"babel-plugin-flow-comments": "^1.0.9",
3737
"babel-plugin-inline-package-json": "~1.0.1",
3838
"browserify": "^11.0.1",
39-
"coveralls": "^2.11.3",
39+
"codecov.io": "^0.1.6",
4040
"gulp": "^3.9.0",
4141
"gulp-babel": "^5.2.0",
4242
"gulp-derequire": "^2.1.0",

0 commit comments

Comments
 (0)