[run] source = doi2dataset omit = */tests/* */test_* */docs/* */__pycache__/* */venv/* */.venv/* setup.py conf.py __init__.py [report] exclude_lines = pragma: no cover def __repr__ def __str__ if self.debug: raise NotImplementedError raise AssertionError if __name__ == .__main__.: if TYPE_CHECKING: @abstractmethod pass raise ImportError except ImportError show_missing = true precision = 2 [html] directory = htmlcov [xml] output = coverage.xml