fix(tests): stabilize messaging shutdown (#5979)

This commit is contained in:
InfinityPacer
2026-06-21 07:37:47 +08:00
committed by GitHub
parent b395d820d8
commit e02cebe16c
15 changed files with 275 additions and 40 deletions
+27
View File
@@ -0,0 +1,27 @@
[run]
branch = True
source = app
omit =
app/plugins/*/*
app/testing/*
app/helper/sites.py
[report]
show_missing = True
skip_empty = True
precision = 2
exclude_lines =
pragma: no cover
if TYPE_CHECKING:
if __name__ == .__main__.:
raise NotImplementedError
pass
[html]
directory = htmlcov
[xml]
output = coverage.xml
[json]
output = coverage.json