Example of how to integrate your awesome R project with Codecov.io!
Append to your .travis.yml
r_packages:
- covr
after_success:
- Rscript -e 'library(covr); codecov()'
@jimhester wrote a thorough description found here: jimhester/wercker-r-example
See the coverage reports of this repository at codecov.io