mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-15 10:42:19 +03:00
Merge pull request #2947 from hugovk/codecov-fix-missing-base-report
Codecov: Avoid "Missing base report"
This commit is contained in:
commit
d1257a0a38
9
.codecov.yml
Normal file
9
.codecov.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# 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
|
||||||
|
|
||||||
|
comment: off
|
|
@ -1 +0,0 @@
|
||||||
comment: off
|
|
Loading…
Reference in New Issue
Block a user