From 7d10a0d2bdd6342bb4afd01a13949db18e3ee617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20MOHIER?= Date: Fri, 7 Jun 2019 12:07:33 +0200 Subject: [PATCH] Create codecov.yml --- codecov.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..898c43756 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,28 @@ +codecov: + notify: + require_ci_to_pass: yes + +coverage: + precision: 1 + round: down + range: "70...100" + + status: + project: yes + patch: + default: + threshold: 0.2% + changes: no + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: no + macro: no + +comment: + layout: "header, diff" + behavior: default + require_changes: no