Codebase list backoff / c6251527-f5c6-4cf4-bae8-55441b005972/main .coveragerc-py2
c6251527-f5c6-4cf4-bae8-55441b005972/main

Tree @c6251527-f5c6-4cf4-bae8-55441b005972/main (Download .tar.gz)

.coveragerc-py2 @c6251527-f5c6-4cf4-bae8-55441b005972/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