Update .gitea/workflows/test.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user