Codebase list backoff / 608c5a22-db41-4329-9aba-978fd6cda3b0/main .coveragerc-py2
608c5a22-db41-4329-9aba-978fd6cda3b0/main

Tree @608c5a22-db41-4329-9aba-978fd6cda3b0/main (Download .tar.gz)

.coveragerc-py2 @608c5a22-db41-4329-9aba-978fd6cda3b0/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