2019-12-12 01:07:00 +03:00
|
|
|
# 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
|
2019-12-21 13:24:45 +03:00
|
|
|
# https://docs.codecov.io/docs/comparing-commits
|
2019-12-12 01:07:00 +03:00
|
|
|
allow_coverage_offsets: true
|
|
|
|
|
|
|
|
token: 6dafc396-e7f5-4221-a38a-8b07a49fbdae
|
|
|
|
|
|
|
|
comment: off
|
|
|
|
|
|
|
|
# Matches 'omit:' in .coveragerc
|
|
|
|
ignore:
|
|
|
|
- "Tests/32bit_segfault_check.py"
|
|
|
|
- "Tests/bench_cffi_access.py"
|
|
|
|
- "Tests/check_*.py"
|
|
|
|
- "Tests/createfontdatachunk.py"
|