Files
webssh/.coveragerc
2018-04-22 20:11:36 +08:00

14 lines
203 B
INI

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