Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Failing after 45s
Run Pytest with Allure and Coverage Reports / deploy (push) Has been skipped

This commit is contained in:
2025-07-09 16:14:59 +02:00
parent 3e465a2e68
commit 9549176de3
+2
View File
@@ -48,6 +48,8 @@ jobs:
mkdir -p ci-reports/{allure,coverage,markdown}
pytest --help | grep md-report
pixi run pytest . \
--cov=slic \
--cov-report=xml:ci-reports/coverage/coverage.xml \