From: Victor Julien Date: Wed, 9 Feb 2022 14:33:48 +0000 (+0100) Subject: codecov: fix informational; disable github annotations X-Git-Tag: suricata-7.0.0-beta1~913 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=377ce6b679171b3bfaac100899ae9192ff573300;p=thirdparty%2Fsuricata.git codecov: fix informational; disable github annotations --- 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