[run]
branch = true
concurrency = thread
omit =
    tests/*
    src/fuscan/gui/resources_rc.py
source = fuscan

[report]
fail_under = 95
exclude_lines =
    if TYPE_CHECKING:
    if __name__ == .__main__.:
    pragma: no cover
    raise NotImplementedError
show_missing = true
