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

This commit is contained in:
2025-07-09 16:16:50 +02:00
parent 9549176de3
commit 744d20f1af
+1 -2
View File
@@ -56,8 +56,7 @@ jobs:
--cov-report=html:ci-reports/coverage/ \
--alluredir=allure-results \
--md-report \
--md-report-flavor gfm \
--md-report-output ci-reports/markdown/test-full.md || true
--md-report-output=ci-reports/markdown/test-full.md || true
allure generate allure-results -o ci-reports/allure --clean || true