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

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

@ -21,7 +21,7 @@ class PermEntity:
external_id: str
async def get_entity_chain(event: Event) -> list[PermEntity]:
async def get_entity_chain(event: Event) -> list[PermEntity]: # pragma: no cover
entities = [PermEntity("sys", "global", "global")]
if isinstance(event, OB11Event):