From b21badaf6a62965ece0bbcaf108edb2b5fcacd0b Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 19 Mar 2021 09:23:28 +0100 Subject: [PATCH] Disable GitHub Checks Patch Annotations Signed-off-by: CrazyMax --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index f8111de9..e53bb93a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,3 +6,6 @@ coverage: default: target: auto # auto % coverage target threshold: 1% # allow for 1% reduction of coverage without failing + +github_checks: + annotations: false