2023-11-05 01:21:11 -08:00
|
|
|
coverage: # https://docs.codecov.com/docs/codecovyml-reference#coverage
|
|
|
|
precision: 1 # e.g. 89.1%
|
|
|
|
round: down
|
|
|
|
range: 85..100 # https://docs.codecov.com/docs/coverage-configuration#section-range
|
|
|
|
status: # https://docs.codecov.com/docs/commit-status
|
|
|
|
project:
|
|
|
|
default:
|
|
|
|
threshold: 1% # Avoid false negatives
|
2023-08-07 14:34:04 +02:00
|
|
|
ignore:
|
2023-08-16 12:21:21 +02:00
|
|
|
- "examples"
|
2023-09-01 19:45:46 -07:00
|
|
|
- "benches"
|
2023-11-05 01:21:11 -08:00
|
|
|
comment: # https://docs.codecov.com/docs/pull-request-comments
|
|
|
|
# make the comments less noisy
|
|
|
|
require_changes: true
|