mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix(tests): stabilize messaging shutdown (#5979)
This commit is contained in:
+27
@@ -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
|
||||
Reference in New Issue
Block a user