Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 36s

This commit is contained in:
2025-07-14 15:54:08 +02:00
parent 8a827a6006
commit e173fe868e
+1 -1
View File
@@ -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 \