mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 18:06:11 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
6f57203616
commit
b827e49b2f
@ -28,6 +28,11 @@ R 3:
|
|||||||
# code coverage
|
# code coverage
|
||||||
- apt-get install --yes git
|
- apt-get install --yes git
|
||||||
- R -e 'covr::codecov(token = "50ffa0aa-fee0-4f8b-a11d-8c7edc6d32ca")'
|
- R -e 'covr::codecov(token = "50ffa0aa-fee0-4f8b-a11d-8c7edc6d32ca")'
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- '*.Rcheck/*'
|
||||||
|
name: '$CI_COMMIT_REF_NAME'
|
||||||
|
expire_in: '1 month'
|
||||||
|
|
||||||
R 3.4:
|
R 3.4:
|
||||||
image: rocker/r-ver:3.4 # rocker/r-base
|
image: rocker/r-ver:3.4 # rocker/r-base
|
||||||
|
Loading…
Reference in New Issue
Block a user