From 5b59b825bf6b7e03ca7f2ac2bf3c6b1b9f94fe2c Mon Sep 17 00:00:00 2001
From: dcarron <daniel.carron@idiap.ch>
Date: Thu, 20 Jun 2024 15:03:11 +0200
Subject: [PATCH] [pyproject] Update test-ci task

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index a5680a15..55c3039e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -153,7 +153,7 @@ test = "pytest -sv tests/"
 test-slow = { cmd = "pytest -sv tests/", env = { PYTEST_ADDOPTS = "-m slow" } }
 test-fast = { cmd = "pytest -sv tests/", env = { PYTEST_ADDOPTS = "-m '(not slow)'" } }
 test-cov = "pytest -sv --cov-report 'html:html/coverage' tests/"
-test-ci = "cp src/mednet/libs/classification/tests/data/mednet.toml $XDG_CONFIG_HOME && pytest -sv --cov-report 'html:html/coverage' --cov-report 'xml:coverage.xml' --junitxml 'junit-coverage.xml' --ignore '.profile' src/mednet/tests src/mednet/libs/common/tests/ src/mednet/libs/classification/tests src/mednet/libs/segmentation/tests"
+test-ci = "cp tests/classification/data/mednet.toml $XDG_CONFIG_HOME && pytest -sv --cov-report 'html:html/coverage' --cov-report 'xml:coverage.xml' --junitxml 'junit-coverage.xml' --ignore '.profile' tests/"
 
 [tool.pixi.feature.build.dependencies]
 hatch = "*"
-- 
GitLab