Update .gitea/workflows/test.yml
Run Pytest and Generate Reports / tests (push) Failing after 38s

This commit is contained in:
2025-07-07 17:15:09 +02:00
parent 7d818cc9d9
commit 48440b5aee
+2 -1
View File
@@ -36,10 +36,11 @@ jobs:
- name: Run tests and generate reports (Allure + pytest-html)
run: |
export PATH="$HOME/.pixi/bin:$PATH"
cd slic
pixi run pytest --cov=slic --cov-report=xml --cov-report=html \
--alluredir=allure-results \
--html=ci-reports/html-report.html --self-contained-html
allure generate allure-results -o allure-report
allure generate allure-results -o allure-report
- name: Copy reports to ci-reports/