Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 36s
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 36s
This commit is contained in:
@@ -96,7 +96,7 @@ jobs:
|
||||
echo "🧪 Running pytest with coverage and report generation..."
|
||||
pixi run pytest . \
|
||||
--continue-on-collection-errors \
|
||||
--cov=slic \
|
||||
--cov=functions \
|
||||
--cov-report=xml:ci-reports/coverage/coverage.xml \
|
||||
--cov-report=html:ci-reports/coverage/ \
|
||||
--alluredir=allure-results \
|
||||
|
||||
Reference in New Issue
Block a user