From 8036035189c11722eb8804d80a8fcb9638743fdd Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sat, 9 Jun 2018 15:06:46 +0200 Subject: [PATCH] Add codecov configuration --- .codecov.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000000..b5b2899cbe --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,32 @@ +codecov: + max_report_age: off + notify: + require_ci_to_pass: no + +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: off + +ignore: + - "bundled" + - "cmake" + - "contrib" + - "doc" + - "examples" + - "tests" -- 2.39.5