From d50198a3ff1458b6b175cb9ae274a5a98be965ab Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 15 Aug 2019 23:54:03 +0200 Subject: [PATCH] ci: add codecov.yml to turn comments off The only benefit for me is to get notified about finished builds, but that might happen to early anyway. Apart from that they are rather big and distract from actual comments. --- codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..a0a308588 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,7 @@ +coverage: + status: + project: true + patch: true + changes: true + +comment: off