Codebase list backoff / 87410514-ea8d-42ab-b3d1-9f3e193080a0/main .coveragerc-py2
87410514-ea8d-42ab-b3d1-9f3e193080a0/main

Tree @87410514-ea8d-42ab-b3d1-9f3e193080a0/main (Download .tar.gz)

.coveragerc-py2 @87410514-ea8d-42ab-b3d1-9f3e193080a0/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