Pillow/codecov.yml

23 lines
541 B
YAML
Raw Normal View History

2023-05-22 12:39:25 +03:00
# Documentation: https://docs.codecov.com/docs/codecov-yaml
codecov:
# Avoid "Missing base report" due to committing CHANGES.rst with "[CI skip]"
# https://github.com/codecov/support/issues/363
2023-05-22 12:39:25 +03:00
# https://docs.codecov.com/docs/comparing-commits
allow_coverage_offsets: true
comment: false
2019-10-27 19:23:28 +03:00
2020-03-29 04:34:00 +03:00
coverage:
status:
project:
default:
threshold: 0.01%
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"