mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
ci(codecov): adjust threshold and noise settings (#615)
Fixes https://github.com/ratatui-org/ratatui/issues/612
This commit is contained in:
parent
9f37100096
commit
59b9c32fbc
1 changed files with 11 additions and 0 deletions
11
codecov.yml
11
codecov.yml
|
@ -1,3 +1,14 @@
|
||||||
|
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:
|
ignore:
|
||||||
- "examples"
|
- "examples"
|
||||||
- "benches"
|
- "benches"
|
||||||
|
comment: # https://docs.codecov.com/docs/pull-request-comments
|
||||||
|
# make the comments less noisy
|
||||||
|
require_changes: true
|
||||||
|
|
Loading…
Reference in a new issue