Skip to content

Commit

Permalink
fix(ci): upload test coverage report to codecov (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin authored Jul 19, 2016
1 parent 26191eb commit 4358773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ script:
- npm test

after_success:
- ./node_modules/.bin/codecov
- ./node_modules/.bin/codecov -f coverage/coverage-final.json

addons:
# sauce labs tunel connector (read more https://docs.travis-ci.com/user/sauce-connect/ )
Expand Down

0 comments on commit 4358773

Please sign in to comment.