Update .gitlab-ci.yml

This commit is contained in:
dr. M.S. (Matthijs) Berends 2018-10-26 09:20:53 +00:00
parent d1f1b4b7c4
commit 6f57203616
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ R 3:
- R CMD check "${PKG_FILE_NAME}" --no-build-vignettes --no-manual --as-cran
# code coverage
- apt-get install --yes git
- R -e 'covr::codecovr(token = "50ffa0aa-fee0-4f8b-a11d-8c7edc6d32ca")'
- R -e 'covr::codecov(token = "50ffa0aa-fee0-4f8b-a11d-8c7edc6d32ca")'
R 3.4:
image: rocker/r-ver:3.4 # rocker/r-base