From 99e693ad92c0da04d446531300210159fa75607d Mon Sep 17 00:00:00 2001 From: bel2125 Date: Mon, 26 Apr 2021 08:24:22 +0200 Subject: [PATCH] Add a codecov.yml The coverall build is stuck at 0% (0 of 0 relevant lines covered) in some branches, but ok for others. The first warning was, there is no codecov.yml file - so add one. https://docs.codecov.io/docs/codecovyml-reference --- codecov.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..4ae8d57a --- /dev/null +++ b/codecov.yml @@ -0,0 +1,21 @@ +codecov: + require_ci_to_pass: yes + +coverage: + precision: 2 + round: nearest + range: "70...100" + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: no + macro: no + +comment: + layout: "reach,diff,flags,files,footer" + behavior: default + require_changes: no + \ No newline at end of file