R example repository for codecov.io

Build Status codecov

Example of how to integrate your awesome R project with Codecov.io!

Using Travis CI

Append to your .travis.yml

r_packages:
  - covr

after_success:
  - Rscript -e 'library(covr); codecov()'

Using Wercker CI

@jimhester wrote a thorough description found here: jimhester/wercker-r-example

Results

See the coverage reports of this repository at codecov.io