Codebase list backoff / upstream/latest .coveragerc-py2
upstream/latest

Tree @upstream/latest (Download .tar.gz)

.coveragerc-py2 @upstream/latestraw · 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