diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index fa6730a1..4d7f466e 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -96,7 +96,7 @@ jobs: echo "🧪 Running pytest with coverage and report generation..." pixi run pytest . \ --continue-on-collection-errors \ - --cov=slic \ + --cov=functions \ --cov-report=xml:ci-reports/coverage/coverage.xml \ --cov-report=html:ci-reports/coverage/ \ --alluredir=allure-results \