From 47216c766a8a7cc4ea923473ba8d04f08c354c68 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 3 Mar 2019 09:51:04 +0100 Subject: ci: add codecov.yml --- codecov.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..8c4ad746 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +coverage: + status: + project: yes + patch: yes + changes: yes + +comment: + layout: "header, diff" + behavior: default + require_changes: no -- cgit v1.2.1