diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9696df7b..134ba8fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ image: rocker/r-base gitlab: script: + - atp-get update - apt-get install --yes libssl-dev libcurl4-openssl-dev libxml2-dev - R -e "install.packages(c('backports', 'curl', 'crayon', 'data', 'dplyr', 'hms', 'knitr', 'rlang', 'rvest', 'tidyr', 'xml2', 'covr', 'ggplot2', 'rmarkdown', 'rstudioapi', 'testthat'))" - R CMD build . --no-build-vignettes --no-manual diff --git a/appveyor.yml b/appveyor.yml index 8b729101..c2f8af07 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,7 +36,7 @@ on_failure: - appveyor PushArtifact failure.zip on_success: - - Rscript -e "covr::codecov()" + - Rscript -e "covr::codecov(token = '50ffa0aa-fee0-4f8b-a11d-8c7edc6d32ca')" artifacts: - path: '*.Rcheck\**\*.log'