2023-11-05 09:21:11 +00: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 12:34:04 +00:00
|
|
|
ignore:
|
2023-08-16 10:21:21 +00:00
|
|
|
- "examples"
|
2023-09-02 02:45:46 +00:00
|
|
|
- "benches"
|
2023-11-05 09:21:11 +00:00
|
|
|
comment: # https://docs.codecov.com/docs/pull-request-comments
|
|
|
|
# make the comments less noisy
|
|
|
|
require_changes: true
|