Codebase list backoff / cca3b07a-af09-48ab-a8a9-fb33b6400e8a/main .coveragerc-py2
cca3b07a-af09-48ab-a8a9-fb33b6400e8a/main

Tree @cca3b07a-af09-48ab-a8a9-fb33b6400e8a/main (Download .tar.gz)

.coveragerc-py2 @cca3b07a-af09-48ab-a8a9-fb33b6400e8a/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