Codebase list backoff / b04db8a7-694f-410c-bac3-a6cb91a0fd3c/main .coveragerc-py2
b04db8a7-694f-410c-bac3-a6cb91a0fd3c/main

Tree @b04db8a7-694f-410c-bac3-a6cb91a0fd3c/main (Download .tar.gz)

.coveragerc-py2 @b04db8a7-694f-410c-bac3-a6cb91a0fd3c/mainraw · history · blame

1
2
3
4
5
6
7
8
[report]
show_missing = True

# Regexes for lines to exclude from consideration
exclude_lines =
    # Have to re-enable the standard pragma
    pragma: no cover
    pragma: python=3\.5