From d1f1b4b7c49e89dad31d25cee8a523364f652069 Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Fri, 26 Oct 2018 08:26:30 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4805b70e..5aee399c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ R 3: - 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 + - apt-get install --yes git - R -e 'covr::codecovr(token = "50ffa0aa-fee0-4f8b-a11d-8c7edc6d32ca")' R 3.4: