From d4208cda19779d16eacb76346a7bd5cc9c50a4cc Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 13 Nov 2017 19:09:29 -0600 Subject: [PATCH] Disable codecov PR comments Hoping one day we can get rid of the noise from racey stuff and re-enable them. --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index 29fa07a58e..49b7d2f63e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,3 +6,4 @@ coverage: patch: off ignore: - store/storetest +comment: false