Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 57s
Run Pytest with Allure and Coverage Reports / deploy (push) Has been skipped

This commit is contained in:
2025-07-09 16:33:39 +02:00
parent 14d312dc4a
commit 5498957c81
+5 -3
View File
@@ -56,10 +56,12 @@ jobs:
--cov-report=html:ci-reports/coverage/ \
--alluredir=allure-results || true
pytest tests \
pixi run pytest tests \
--md-report \
--md-report-verbose=1 \
--md-report-output=ci-reports/markdown/test-full.md || true
--md-report-output=ci-reports/markdown/test-full.md \
--md-report-flavor=gfm \
--md-report-verbose=2 \
--md-report-tee || true
allure generate allure-results -o ci-reports/allure --clean || true