mkdocs-with-confluence/.coveragerc
2021-04-28 23:08:20 +02:00

14 lines
220 B
INI

[run]
branch = True
source = mkdocs-with-confluence
[report]
exclude_lines =
if self.debug:
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
omit =
tests/*