From 718af8a85bc7876fdde26c426ed8a8bc5f482e66 Mon Sep 17 00:00:00 2001 From: silenceper Date: Sat, 3 Oct 2020 14:50:32 +0800 Subject: [PATCH] add codecov.yaml --- codecov.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 codecov.yaml diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 0000000..657d8f7 --- /dev/null +++ b/codecov.yaml @@ -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,tree" + behavior: default + require_changes: no