From 377ce6b679171b3bfaac100899ae9192ff573300 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 9 Feb 2022 15:33:48 +0100 Subject: [PATCH] codecov: fix informational; disable github annotations --- .github/codecov.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 69585d652c..be5b5ea2db 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -2,6 +2,11 @@ codecov: require_ci_to_pass: false notify: after_n_builds: 3 + +coverage: + precision: 2 + round: down + range: "70...100" status: project: default: @@ -10,11 +15,6 @@ codecov: default: informational: true -coverage: - precision: 2 - round: down - range: "70...100" - parsers: gcov: branch_detection: @@ -27,3 +27,6 @@ comment: layout: "diff,flags" behavior: default require_changes: no + +github_checks: + annotations: false -- 2.47.2