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

This commit is contained in:
2025-07-07 17:12:59 +02:00
parent 64ff84f6da
commit 28458aec40
+1 -1
View File
@@ -36,12 +36,12 @@ jobs:
- name: Run tests and generate reports (Allure + pytest-html)
run: |
export PATH="$HOME/.pixi/bin:$PATH"
pixi run pip install pytest-html
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
- name: Copy reports to ci-reports/
run: |
mkdir -p ci-reports/coverage