Codebase list backoff / 9e32c1b0-3fc1-4524-ae9e-f4ef9cb36d68/main .coveragerc-py2
9e32c1b0-3fc1-4524-ae9e-f4ef9cb36d68/main

Tree @9e32c1b0-3fc1-4524-ae9e-f4ef9cb36d68/main (Download .tar.gz)

.coveragerc-py2 @9e32c1b0-3fc1-4524-ae9e-f4ef9cb36d68/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