From d7c1df30e97a3938518f770a0201451147363af9 Mon Sep 17 00:00:00 2001 From: "Armen Zambrano G." <44410+armenzg@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:39:10 -0500 Subject: [PATCH] chore(codecov): Do not fail the codecov check (#81827) We have the comment in place to let us know if there's something to do. The check always turns red and we do nothing about it. --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 953f7b57c20e87..1a981e84c7c040 100644 --- a/codecov.yml +++ b/codecov.yml @@ -12,8 +12,8 @@ coverage: backend: # codecov will not fail status checks for master only_pulls: true - informational: false # Fail the check - target: 90% + informational: true # Do not fail the check + target: 50% flags: - backend ignore: