[run]
source = src
branch = true

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    raise NotImplementedError
    if __name__ == .__main__.:
    ^\s*pass\s*$
    raise ImportError
    @abstractmethod

[html]
directory = coverage_html

[xml]
output = coverage.xml
