appveyor update

This commit is contained in:
dr. M.S. (Matthijs) Berends 2018-12-06 16:26:35 +01:00
parent 74a7f4453b
commit 27c60938cd
2 changed files with 3 additions and 4 deletions

View File

@ -4,11 +4,10 @@
# how the Docker+R images work: https://hub.docker.com/r/rocker/r-ver/
variables:
WARNINGS_ARE_ERRORS: 0
R 3:
image: rocker/r-ver:3 # test on R v3.*.*
variables:
- WARNINGS_ARE_ERRORS: 0
script:
- apt-get update
# install dependencies for package

View File

@ -36,7 +36,7 @@ on_failure:
- appveyor PushArtifact failure.zip
on_success:
- Rscript -e 'covr::codecov(coverage = covr::package_coverage(), token = "50ffa0aa-fee0-4f8b-a11d-8c7edc6d32ca")'
- Rscript -e "library(covr); codecov(token = '50ffa0aa-fee0-4f8b-a11d-8c7edc6d32ca')"
artifacts:
- path: '*.Rcheck\**\*.log'