From: Daniel Arndt Date: Sat, 9 Jun 2018 13:06:46 +0000 (+0200) Subject: Add codecov configuration X-Git-Tag: v9.1.0-rc1~1051^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8036035189c11722eb8804d80a8fcb9638743fdd;p=dealii.git Add codecov configuration --- 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"