Codebase list backoff / 45bb9085-616f-41e1-a154-8cfe83f49c92/main .coveragerc-py2
45bb9085-616f-41e1-a154-8cfe83f49c92/main

Tree @45bb9085-616f-41e1-a154-8cfe83f49c92/main (Download .tar.gz)

.coveragerc-py2 @45bb9085-616f-41e1-a154-8cfe83f49c92/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