Skip to content

Commit

Permalink
Add codecov.io integration
Browse files Browse the repository at this point in the history
  • Loading branch information
kopperud committed Oct 4, 2017
1 parent 5cb82d4 commit 8f3edd1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

language: R
sudo: false
cache: packages
cache: packages
r_packages:
- covr

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

0 comments on commit 8f3edd1

Please sign in to comment.