提高代码覆盖率并提供显示代码覆盖率的工具

This commit is contained in:
2026-03-07 16:17:14 +08:00
parent ca1db103b5
commit 27e53c7acd
9 changed files with 200 additions and 15 deletions

View File

@ -2,4 +2,4 @@ watch:
poetry run watchfiles bot.main . --filter scripts.watch_filter.filter
test:
poetry run pytest
poetry run pytest --cov=konabot --cov-report term-missing:skip-covered