mirror of https://github.com/SixLabors/ImageSharp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
365 B
11 lines
365 B
# Documentation: https://docs.codecov.io/docs/codecov-yaml
|
|
|
|
codecov:
|
|
# Avoid "Missing base report"
|
|
# https://github.com/codecov/support/issues/363
|
|
# https://docs.codecov.io/docs/comparing-commits
|
|
allow_coverage_offsets: true
|
|
|
|
# Avoid Report Expired
|
|
# https://docs.codecov.io/docs/codecov-yaml#section-expired-reports
|
|
max_report_age: off
|
|
|