mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-28 11:12:00 +08:00
28 lines
381 B
INI
28 lines
381 B
INI
[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
|