Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 38s
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 38s
This commit is contained in:
@@ -100,7 +100,7 @@ jobs:
|
||||
tail -n 30 ci-reports/markdown/string_utils_test.log
|
||||
|
||||
echo "🧪 Running pytest with coverage and report generation..."
|
||||
pixi run pytest . \
|
||||
pixi run pytest tests/test_io_utils.py tests/test_math_utils.py tests/test_string_utils.py \
|
||||
--continue-on-collection-errors \
|
||||
--cov=slic \
|
||||
--cov-report=xml:ci-reports/coverage/coverage.xml \
|
||||
|
||||
Reference in New Issue
Block a user