[run]
branch = True
omit =
    */setup.py
    cloudknot/commands/*.py
    cloudknot/tests/*.py
    cloudknot/data/*/*/*.py
    
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if 0:
    if __name__ == .__main__.:
    if self.verbose:
show_missing = True
