2023-05-22 12:39:25 +03:00
|
|
|
# Documentation: https://docs.codecov.com/docs/codecov-yaml
|
2018-01-10 17:33:15 +03:00
|
|
|
|
|
|
|
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
|
2018-01-10 17:33:15 +03:00
|
|
|
allow_coverage_offsets: true
|
|
|
|
|
2020-01-26 21:16:20 +03:00
|
|
|
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-12-02 16:37:20 +03:00
|
|
|
- "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"
|