ebertti/lesscache

View on GitHub
.coveragerc

Summary

Maintainability
Test Coverage
[run]
omit =
    */__init__.py
    */migrations/*
    test_project/*

[report]
exclude_lines =
    pragma: no cover
    noqa
    def __repr__
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if 0:
    if __name__ == .__main__.: