Skip to content

Commit

Permalink
switch to codecov for branch coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
glenjamin committed May 28, 2015
1 parent 76c19a3 commit 738e339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ node_js:
- 0.12
- "iojs"
script: "npm run travis"
after_script: "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
after_script: "cat ./coverage/coverage.json | ./node_modules/.bin/codecov"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"chai": "^2.3.0",
"coveralls": "^2.11.2",
"codecov.io": "^0.1.2",
"istanbul": "^0.3.14",
"mocha": "^2.2.5",
"sinon": "^1.14.1",
Expand Down

0 comments on commit 738e339

Please sign in to comment.