From 25466b2c9de50a2fbafaaf9abd31f1e2b38e909c Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Thu, 17 Sep 2020 09:40:01 +1000 Subject: [PATCH] Add codecov.yml file (#557) --- codecov.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000000..62acabcd734 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,19 @@ +codecov: + require_ci_to_pass: true + comment: + behavior: default + layout: "reach,diff,flags,tree" + require_changes: false + coverage: + precision: 2 + range: "70...100" + round: down + github_checks: + annotations: false + parsers: + gcov: + branch_detection: + conditional: true + loop: true + macro: false + method: false \ No newline at end of file