personlin / example-r

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:R 100.0%