[run]
source = src
omit =
    */__init__.py
    */__version__.py

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    raise NotImplementedError
    if __name__ == .__main__.:
    pass
    raise ImportError

[html]
directory = tests/outcome/unit-coverage-html

[xml]
output = tests/outcome/unit-coverage.xml

[json]
output = tests/outcome/unit-coverage.json
