[run]
branch = True
concurrency = thread
omit =
    tests/*
source =
    coopie

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