From 27b6aee310028013c13e15a28784fdc3b0b38a62 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 8 Apr 2020 07:37:24 +0200 Subject: [PATCH] chore(codecov): make codecov configurable in repo (#40) * chore(codecov): make codecov configurable in repo * lint yaml --- .codecov/codecov.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .codecov/codecov.yml diff --git a/.codecov/codecov.yml b/.codecov/codecov.yml new file mode 100644 index 0000000000..8104953e74 --- /dev/null +++ b/.codecov/codecov.yml @@ -0,0 +1,22 @@ +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 \ No newline at end of file