From 76089e283e30aaaa6b27e363ab15e5d236314262 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Wed, 25 Oct 2017 13:43:21 +0100 Subject: [PATCH] [codecov] attempt to disable annoying PR comments https://github.com/codecov/support/issues/162 --- .codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 5e7474d3c..42c148b6b 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,5 +1,5 @@ comment: false coverage: status: - project: off - patch: off + project: false + patch: false