fixup! .gitea/workflows: init test pipeline
All checks were successful
Run tests / run-tests (push) Successful in 54s

This commit is contained in:
2025-12-08 21:16:04 +09:00
parent 928ab2a98a
commit ce3e65357b

View File

@@ -27,7 +27,9 @@ jobs:
set -x
PYTEST_ARGS=(
--cov=dibbler
--cov=dibbler.lib
--cov=dibbler.models
--cov=dibbler.queries
--cov-report=html
--cov-branch
)