From 41d7c16cd65c25513a7b1c71a34283953bc4ed2d Mon Sep 17 00:00:00 2001
From: aduvermy <arnaud.duvermy@ens-lyon.fr>
Date: Mon, 29 Jan 2024 14:26:36 +0100
Subject: [PATCH] modif coverage step

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22a2fd8..85d7596 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
-- 
GitLab