From: Victor Julien Date: Mon, 18 Jan 2021 08:41:01 +0000 (+0100) Subject: github: add codecov.yml X-Git-Tag: suricata-7.0.0-beta1~1860 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5740%2Fhead;p=thirdparty%2Fsuricata.git github: add codecov.yml Don't report until both cov runs are available to avoid partial reporting in pull request comments. --- diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000000..d32a46f1a7 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,22 @@ +codecov: + require_ci_to_pass: yes + notify: + after_n_builds: 2 + +coverage: + precision: 2 + round: down + range: "70...100" + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: no + macro: no + +comment: + layout: "diff,flags" + behavior: default + require_changes: no