From ef488c911d466654396660ff91c6ae80ce993b4c Mon Sep 17 00:00:00 2001 From: Josh Barnes Date: Sun, 2 Oct 2016 11:33:02 +0100 Subject: [PATCH] more aggressive turn-off of codecov statuses --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yml b/codecov.yml index 1854ef2..65bedfb 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,3 +2,5 @@ comment: false coverage: status: project: false + patch: false + changes: false