Skip to content
Snippets Groups Projects
Commit 5cc9a80e authored by Liuxi Mei's avatar Liuxi Mei
Browse files

Update .gitlab-ci.yml file

parent fc8b333b
No related branches found
No related tags found
2 merge requests!2Master,!1presetation
Pipeline #140398 failed
......@@ -13,16 +13,16 @@ testing:
stage: test
allow_failure: true
when: on_success
only:
- master
coverage: '/coverage: \d+.\d+% of statements/'
script:
- Rscript -e 'install.packages("DT")'
- Rscript -e 'install.packages("covr")'
- Rscript -e 'covr::gitlab(quiet = FALSE)'
artifacts:
paths:
- public
only:
- master
coverage: '/coverage: \d+.\d+% of statements/'
script:
- Rscript -e 'install.packages("DT")'
- Rscript -e 'install.packages("covr")'
- Rscript -e 'covr::gitlab(quiet = FALSE)'
artifacts:
paths:
- public
# To produce a code coverage report as a GitLab page see
# https://about.gitlab.com/2016/11/03/publish-code-coverage-report-with-gitlab-pages/
pages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment