uptake / updraft

R package for building flexible workflows
Other
13 stars 12 forks source link

Set up codecov #32

Closed jameslamb closed 5 years ago

jameslamb commented 5 years ago

This project should use codecov in its CI. Closing this issue requires adding codecov support to .travis.yml and adding a codecov badge in the README.

Add something like this to .travis.yml:

after_success:
    - Rscript -e 'install.packages("covr"); covr::codecov()'

And this in the README:

[![codecov](https://codecov.io/gh/uptakeopensource/updraft/branch/master/graph/badge.svg)](https://codecov.io/gh/uptakeopensource/updraft)