Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
ci(travis): Fix code coverage report
Browse files Browse the repository at this point in the history
Fix the binary paths for reporting a coverage
  • Loading branch information
FDiskas committed Dec 13, 2017
1 parent 56855da commit 0bc92f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ before_install:
- yarn global add github-release-from-changelog

after_success:
- yarn global add codecov.io coveralls
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- npm i -g codecov.io coveralls
- cat ./coverage/lcov.info | codecov
- cat ./coverage/lcov.info | coveralls

script:
- yarn lint
Expand Down

0 comments on commit 0bc92f3

Please sign in to comment.