Codebase list backoff / 5051df98-6626-45a5-b594-c25f12c0e532/main .coveragerc-py2
5051df98-6626-45a5-b594-c25f12c0e532/main

Tree @5051df98-6626-45a5-b594-c25f12c0e532/main (Download .tar.gz)

.coveragerc-py2 @5051df98-6626-45a5-b594-c25f12c0e532/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