wangonya/auto-repair-saas

View on GitHub
.coveragerc

Summary

Maintainability
Test Coverage
[run]
omit =
    */migrations/*
    */tests.py
    */apps.py
    */tenants/*

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    except Exception as e:
    if __name__ == .__main__.: