Revision b22f50a8e2b83f8ef335fdd7598be65dacae02bd authored by Vincent Dutordoir on 12 January 2021, 12:39:23 UTC, committed by GitHub on 12 January 2021, 12:39:23 UTC
2 parent s a3998d1 + 721756a
Raw File
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top