All Projects → codecov → example-r

codecov / example-r

Licence: MIT license
No description, website, or topics provided.

Programming Languages

r
7636 projects

Codecov R Example

codecov Build Status FOSSA Status

Guide

Travis Setup

Add to your .travis.yml file.

language: r

r_packages:
  - covr

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

Caveats

Private Repo

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.

Links

License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].