Codebase list backoff / afac2b66-5aa3-4273-a641-18f249a1170a/main .coveragerc-py2
afac2b66-5aa3-4273-a641-18f249a1170a/main

Tree @afac2b66-5aa3-4273-a641-18f249a1170a/main (Download .tar.gz)

.coveragerc-py2 @afac2b66-5aa3-4273-a641-18f249a1170a/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