提高代码覆盖率并提供显示代码覆盖率的工具
This commit is contained in:
@ -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):
|
||||
|
||||
Reference in New Issue
Block a user