[run]
branch = True

[report]
fail_under = 95
show_missing = true
exclude_lines =
    pragma: no cover
    @(abc\.)?abstractmethod
    if __name__ == .__main__.:
    raise NotImplemented
    if TYPE_CHECKING:
