Pillow/.coveragerc

22 lines
479 B
Plaintext
Raw Normal View History

# .coveragerc to control coverage.py
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma:
pragma: no cover
# Don't complain if non-runnable code isn't run:
if 0:
if __name__ == .__main__.:
2014-06-27 23:07:34 +04:00
# Don't complain about debug code
if Image.DEBUG:
2014-07-05 01:04:19 +04:00
if DEBUG:
2019-10-27 13:20:54 +03:00
[run]
omit =
2019-12-02 16:37:20 +03:00
Tests/32bit_segfault_check.py
Tests/bench_cffi_access.py
2019-10-27 13:20:54 +03:00
Tests/check_*.py
2019-12-02 16:37:20 +03:00
Tests/createfontdatachunk.py