From b3b9466013abfb8b1db53e76800b91a35b928023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sun, 22 May 2022 16:09:23 -0300 Subject: [PATCH] Try to fix codecov.yml again --- codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 62fca2d..b38258f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,6 +7,7 @@ coverage: status: project: default: + target: 88% # ignore errors from changes in coverage, this raises false negatives # for code refactors, and I do many refactors, so I don't want this. - if_ci_failed: ignore + #if_ci_failed: ignore