[run]
source = src/codemap
omit = 
    */__pycache__/*
    */.pytest_cache/*
    */.venv/*
    */tests/*
    */__init__.py

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