mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-26 20:40:44 +00:00
15 lines
487 B
YAML
15 lines
487 B
YAML
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
|
|
ignore:
|
|
- "examples"
|
|
- "benches"
|
|
comment: # https://docs.codecov.com/docs/pull-request-comments
|
|
# make the comments less noisy
|
|
require_changes: true
|