From d36f25f3e9c7dd3f48ae758bc1ede857fa0fb379 Mon Sep 17 00:00:00 2001 From: Yuva <94527987+yuvashrikarunakaran@users.noreply.github.com> Date: Wed, 25 Dec 2024 10:56:32 +0530 Subject: [PATCH] Update codecov.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Here’s the updated configuration with codecov annotations explicitly disabled --- .github/codecov.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 21af6d0d45..4d4d0a4526 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,13 +1,11 @@ -comment: false # Do not leave PR comments + comment: false # Do not leave PR comments coverage: status: project: default: - # GitHub status check is not blocking - informational: true + informational: true # GitHub status check is not blocking patch: default: - # GitHub status check is not blocking - informational: true + informational: true # GitHub status check is not blocking github_checks: - annotations: false + annotations: false # Disable Codecov annotations