From eb4ba70be8e0af0ee1d5db286b5902b4323a9563 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 7 Feb 2017 08:39:31 +0100 Subject: [PATCH] Codecov config --- .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 0000000000..a0c406397e --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,28 @@ +codecov: + notify: + require_ci_to_pass: yes + +coverage: + precision: 2 + round: down + range: "60...100" + + status: + threshold: 2% + project: yes + patch: yes + changes: no + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: no + macro: no + +comment: + require_changes: yes + layout: "header, diff, files" + behavior: default + require_changes: no