Codebase list backoff / 6f3b3226-6257-4726-a2a6-55adb604a636/main .coveragerc-py2
6f3b3226-6257-4726-a2a6-55adb604a636/main

Tree @6f3b3226-6257-4726-a2a6-55adb604a636/main (Download .tar.gz)

.coveragerc-py2 @6f3b3226-6257-4726-a2a6-55adb604a636/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