Update .gitlab-ci.yml

This commit is contained in:
dr. M.S. (Matthijs) Berends 2018-10-26 06:24:32 +00:00
parent 5538db97d9
commit a2e2a281a5
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ R 3:
- R CMD build . --no-build-vignettes --no-manual
- PKG_FILE_NAME=$(ls -1t *.tar.gz | head -n 1)
- 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 3.4: