From bd2ef8c8181e62aacc83e73004936796edfdbe09 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sat, 7 May 2022 19:32:24 +0200 Subject: [PATCH] :wrench: Added codecov-file --- .github/codecov.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 00000000..f97f5074 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,20 @@ +codecov: + require_ci_to_pass: yes + +coverage: + precision: 2 + round: down + 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: false