Pillow/codecov.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
507 B
YAML
Raw Permalink 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:
2023-06-25 14:39:26 +03:00
threshold: 0.1%
2020-03-29 04:34:00 +03:00
2019-10-27 19:23:28 +03:00
# Matches 'omit:' in .coveragerc
ignore:
2023-06-27 07:43:58 +03:00
- "Tests/32bit_segfault_check.py"
2019-10-27 19:23:28 +03:00
- "Tests/check_*.py"
2019-12-02 16:37:20 +03:00
- "Tests/createfontdatachunk.py"