language: r
r: bioc-devel
bioc_check: true
cache: packages
warnings_are_errors: false
r_github_packages:
  - jimhester/covr
after_success:
  - Rscript -e 'covr::codecov()'