Codecov Erlang Example
Add to your .travis.yml
file.
language: erlang
install:
pip install codecov
after_success:
- codecov
Repository tokens are required for (a) all private repos, (b) public repos not using Travis-CI, CircleCI or AppVeyor. Find your repository token at Codecov and provide via appending -t <your upload token>
to you where you upload reports.