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

This commit is contained in:
2025-07-14 14:09:59 +02:00
parent 26d2fab04d
commit b70dc9352d
+1 -1
View File
@@ -100,7 +100,7 @@ jobs:
tail -n 30 ci-reports/markdown/string_utils_test.log
echo "🧪 Running pytest with coverage and report generation..."
pixi run pytest . \
pixi run pytest tests/test_io_utils.py tests/test_math_utils.py tests/test_string_utils.py \
--continue-on-collection-errors \
--cov=slic \
--cov-report=xml:ci-reports/coverage/coverage.xml \