From 699846d96596eb68c94158840761c445de23e8cf Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 17 Dec 2020 21:41:58 +0900 Subject: [PATCH] Disable PR comment from codecov --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yml b/codecov.yml index d0afdad86..2589f26ec 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,5 @@ +comment: false + ignore: # ignore codecoverage on following paths - "**/examples" - ".github"