Skip to content

Commit

Permalink
added codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Orion Weller committed Aug 16, 2019
1 parent 3f1a59b commit 7166385
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
language: R
r:
- 3.5.1

r_packages:
- devtools
- covr

cache: packages

warnings_are_errors: false

after_success:
- CODECOV_TOKEN="3e4dcb5e-19f0-4853-b037-5d76d3fe513c"
- Rscript -e 'library(covr);codecov()'

0 comments on commit 7166385

Please sign in to comment.