From a854e3f3fa7842690fe1cb86c1fb9207ae6306e3 Mon Sep 17 00:00:00 2001 From: Alex Lyon Date: Wed, 2 May 2018 11:43:37 -0700 Subject: [PATCH] Disable Codecov comments --- codecov.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/codecov.yml b/codecov.yml index 893129bc7..69cb76019 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,7 +1 @@ -coverage: - status: - project: - default: - # TODO: when the embedding interface is complete, this should be - # changed to something more reasonable, like 1% - threshold: 50% +comment: false