allow failure of covr

This commit is contained in:
dr. M.S. (Matthijs) Berends 2018-07-10 15:56:00 +02:00
parent f63414d519
commit cde1892e25
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,9 @@ r:
- 3.0
# latest available release
- release
r_packages: covr
r_packages:
allow_failures:
- covr
cache: packages
cran: https://cran.rstudio.com
os:
@ -19,6 +21,7 @@ before_install:
# postrun
after_success:
allow_failures:
- Rscript -e 'covr::codecov()'
notifications:
email: