From a8db9c72ccdc13f4eaf191f5740721e6436801ee Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 2 Mar 2019 13:32:33 -0800 Subject: [PATCH] Disable codecov commenting on PRs --- codecov.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index f173c829e..fdc1d707a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,5 +2,4 @@ coverage: status: project: off patch: off -comment: - layout: "diff" +comment: false