Codebase list backoff / 655a8f10-749c-42c2-98ba-8fd62c7dd4bc/upstream .coveragerc-py2
655a8f10-749c-42c2-98ba-8fd62c7dd4bc/upstream

Tree @655a8f10-749c-42c2-98ba-8fd62c7dd4bc/upstream (Download .tar.gz)

.coveragerc-py2 @655a8f10-749c-42c2-98ba-8fd62c7dd4bc/upstreamraw · 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