From 7cdacdda815c6281f0552eeb240584f238213c67 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Wed, 13 May 2020 09:19:42 -0400 Subject: [PATCH] Set codecov to not comment on PRs Until we totally remove codecov, this will keep it from commenting on PRs but reports will still be available on codecov.io Signed-off-by: Phil Estes --- codecov.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..69cb76019 --- /dev/null +++ b/codecov.yml @@ -0,0 +1 @@ +comment: false