mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
17 lines
463 B
YAML
17 lines
463 B
YAML
# Documentation: https://docs.codecov.io/docs/codecov-yaml
|
|
|
|
codecov:
|
|
# Avoid "Missing base report" due to committing CHANGES.rst with "[CI skip]"
|
|
# https://github.com/codecov/support/issues/363
|
|
# https://docs.codecov.io/docs/comparing-commits
|
|
allow_coverage_offsets: true
|
|
|
|
comment: off
|
|
|
|
# Matches 'omit:' in .coveragerc
|
|
ignore:
|
|
- "Tests/32bit_segfault_check.py"
|
|
- "Tests/bench_cffi_access.py"
|
|
- "Tests/check_*.py"
|
|
- "Tests/createfontdatachunk.py"
|