From 1f7d20d8b4e756aa2755bb7509980f18624da9e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sat, 21 May 2022 18:11:28 -0300 Subject: [PATCH] Try to fix codecov.yml --- codecov.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index f03fe49..0006c2b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,7 +1,13 @@ coverage: - precision: 1 ignore: - "internal/**/*" - "examples/**/*" - "kbuilder/*" - "kstructs/*" + status: + changes: + default: + threshold: 2% + # ignore errors from changes, this raises false negatives for + # code refactors, and I do many refactors, so I don't want this. + #if_ci_failed: ignore