mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-26 16:09:54 +03:00
21 lines
454 B
YAML
21 lines
454 B
YAML
# Documentation: https://docs.codecov.com/docs/codecov-yaml
|
|
|
|
codecov:
|
|
# Avoid "Missing base report" due to committing with "[CI skip]"
|
|
# https://github.com/codecov/support/issues/363
|
|
# https://docs.codecov.com/docs/comparing-commits
|
|
allow_coverage_offsets: true
|
|
|
|
comment: false
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 0.1%
|
|
|
|
# Matches 'omit:' in .coveragerc
|
|
ignore:
|
|
- "checks/*.py"
|
|
- "Tests/createfontdatachunk.py"
|