Codebase list backoff / 7c26665b-9ba3-4c5c-aacf-800f8accf5de/upstream .coveragerc-py2
7c26665b-9ba3-4c5c-aacf-800f8accf5de/upstream

Tree @7c26665b-9ba3-4c5c-aacf-800f8accf5de/upstream (Download .tar.gz)

.coveragerc-py2 @7c26665b-9ba3-4c5c-aacf-800f8accf5de/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