This repository has been archived on 2025-11-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
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/*