Skip to content

Commit

Permalink
add code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
likelet committed Nov 12, 2017
1 parent e61bd6b commit 731b338
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
language: r
cache: packages
sudo: required
sudo: fasle
bioc_required: true
bioc_use_devel: true

r_github_packages: hadley/devtools

r_packages:
- covr

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

0 comments on commit 731b338

Please sign in to comment.