Skip to content
Snippets Groups Projects
Commit 41d7c16c authored by Arnaud Duvermy's avatar Arnaud Duvermy
Browse files

modif coverage step

parent d0774845
Branches
Tags
No related merge requests found
......@@ -35,7 +35,8 @@ coverage:
script:
- Rscript -e 'install.packages("covr")'
- Rscript -e 'install.packages("DT")'
- Rscript -e 'covr::gitlab(quiet = FALSE)'
#- Rscript -e 'covr::gitlab(quiet = FALSE)'
- Rscript -e 'covr::codecov(type = c("tests", "examples"), quiet = FALSE)'
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment