From 1821eaf48598863b56c612e81c84da92253bcc97 Mon Sep 17 00:00:00 2001 From: Yaroslav Kukharuk Date: Wed, 9 Dec 2020 14:31:36 +0200 Subject: [PATCH] Disable GitHub annotations (#18032) --- codecov.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 1cacef85d5e25..78ab720e89f13 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,8 +3,11 @@ coverage: status: project: default: - # basic target: auto - threshold: 5% + threshold: 3% + ignore: - tests + +github_checks: + annotations: false