From 731deaeb3230b65f8aea4c0296e22c880882d6e9 Mon Sep 17 00:00:00 2001
From: Dominique Benielli <dominique.benielli@univ-amu.fr>
Date: Tue, 13 May 2025 12:20:41 +0200
Subject: [PATCH] Edit .gitlab-ci.yml

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90a126f8..75528b8d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ tests:
         - pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git
         - pip3 install -e .
         - pip3 install -e .[dev]
-        - python -m pytest
+        - pytest --cov=. --cov-report=html
     coverage: '/^TOTAL.+?(\d+\%)$/'
     artifacts:
         paths:
@@ -57,7 +57,7 @@ pages:
         - pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git
         - pip3 install -e .[dev]
         - pip3 install -e .[doc]
-        - python -m pytest
+        - pytest --cov=. --cov-report=html
         - sphinx-apidoc -o docs/source summit
         - cd docs/source
         - sphinx-build -b html . ../build
-- 
GitLab