[run]
branch = False
parallel = True
concurrency = multiprocessing

# Required for subprocess coverage
sigterm = True

[report]
show_missing = True
skip_empty = True
precision = 2

exclude_lines =
    pragma: no cover
    if __name__ == .__main__.:
    if TYPE_CHECKING:
    raise NotImplementedError
    except ImportError
