From 59b9c32fbc2bc6725bdec42e63216024fab71493 Mon Sep 17 00:00:00 2001 From: Josh McKinney Date: Sun, 5 Nov 2023 01:21:11 -0800 Subject: [PATCH] ci(codecov): adjust threshold and noise settings (#615) Fixes https://github.com/ratatui-org/ratatui/issues/612 --- codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/codecov.yml b/codecov.yml index 37446373..37df07f5 100644 --- a/codecov.yml +++ b/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: - "examples" - "benches" +comment: # https://docs.codecov.com/docs/pull-request-comments + # make the comments less noisy + require_changes: true