From 29ea63a27bf3a16d7f21560a2f102361b012f665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Tue, 16 Jul 2019 22:09:32 +0200 Subject: Add codecov config file --- .codecov.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .codecov.yml (limited to '.codecov.yml') diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..eb38c5c5 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,18 @@ +codecov: + notify: + require_ci_to_pass: yes + +coverage: + precision: 2 + round: down + range: "70...100" + + status: + project: yes + patch: yes + changes: no + +comment: + layout: "header, diff, changes, sunburst, uncovered" + behavior: default + require_changes: no -- cgit v1.2.3