Pillow/.codecov.yml

19 lines
517 B
YAML
Raw Normal View History

# 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/v4.3.6/docs/comparing-commits
allow_coverage_offsets: true
2019-09-29 21:28:10 +03:00
token: 6dafc396-e7f5-4221-a38a-8b07a49fbdae
comment: off
2019-10-27 19:23:28 +03:00
# Matches 'omit:' in .coveragerc
ignore:
2019-12-02 16:37:20 +03:00
- "Tests/32bit_segfault_check.py"
- "Tests/bench_cffi_access.py"
2019-10-27 19:23:28 +03:00
- "Tests/check_*.py"
2019-12-02 16:37:20 +03:00
- "Tests/createfontdatachunk.py"