From 880f986dbddc756463d1607313cec54a5b0b3456 Mon Sep 17 00:00:00 2001 From: Disconnect3d Date: Wed, 18 Dec 2024 13:44:01 +0100 Subject: [PATCH] codecov: disable PR annotations (#2635) TL;DR: Disable annoying annotations about "this line is not covered by tests" from codecov when reviewing PRs --- .github/codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index 572055984..97e5a5948 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -8,3 +8,5 @@ coverage: patch: default: informational: true +github_checks: + annotations: false