Codebase list natsort / df07c6f9-2fed-4498-97c2-a9387f59413c/main .coveragerc
df07c6f9-2fed-4498-97c2-a9387f59413c/main

Tree @df07c6f9-2fed-4498-97c2-a9387f59413c/main (Download .tar.gz)

.coveragerc @df07c6f9-2fed-4498-97c2-a9387f59413c/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