[run]
source = src/netmcp
branch = True

[report]
exclude_lines =
    pragma: no cover
    if TYPE_CHECKING:
    raise NotImplementedError
show_missing = True
fail_under = 90
