mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Omit from coverage
This commit is contained in:
parent
ebed90c228
commit
ce382e7858
|
@ -12,4 +12,7 @@ comment: off
|
||||||
|
|
||||||
# Matches 'omit:' in .coveragerc
|
# Matches 'omit:' in .coveragerc
|
||||||
ignore:
|
ignore:
|
||||||
|
- "Tests/32bit_segfault_check.py"
|
||||||
|
- "Tests/bench_cffi_access.py"
|
||||||
- "Tests/check_*.py"
|
- "Tests/check_*.py"
|
||||||
|
- "Tests/createfontdatachunk.py"
|
||||||
|
|
|
@ -15,4 +15,7 @@ exclude_lines =
|
||||||
|
|
||||||
[run]
|
[run]
|
||||||
omit =
|
omit =
|
||||||
|
Tests/32bit_segfault_check.py
|
||||||
|
Tests/bench_cffi_access.py
|
||||||
Tests/check_*.py
|
Tests/check_*.py
|
||||||
|
Tests/createfontdatachunk.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user