From e40337d53a3bdbd4c25dbd59c00069533c4e260e Mon Sep 17 00:00:00 2001 From: ron190 Date: Thu, 26 Apr 2018 00:18:43 +0200 Subject: [PATCH] Travis Codecov configuration - yml - Add default .codecov.yml to project root --- .codecov.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..8ade001c1 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,26 @@ +codecov: + notify: + require_ci_to_pass: yes + +coverage: + precision: 2 + round: down + range: "70...100" + + status: + project: yes + patch: yes + changes: no + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: no + macro: no + +comment: + layout: "header, diff" + behavior: default + require_changes: no