Codebase list natsort / f423afa5-3ce6-4212-acd8-e4d07f554413/main .coveragerc
f423afa5-3ce6-4212-acd8-e4d07f554413/main

Tree @f423afa5-3ce6-4212-acd8-e4d07f554413/main (Download .tar.gz)

.coveragerc @f423afa5-3ce6-4212-acd8-e4d07f554413/mainraw · history · blame

[report]
# Regexes for lines to exclude from consideration
exclude_lines =
    # Have to re-enable the standard pragma
    pragma: no cover

    # Don't complain if tests don't hit defensive assertion code:
    raise AssertionError
    raise NotImplementedError
    raise$

    # Don't complain if non-runnable code isn't run:
    if 0:
    if __name__ == .__main__.:

ignore_errors = True