From 51548e1bf89de4141724fbbdfedac42f358e368c Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Mon, 1 Mar 2021 16:56:08 +0000 Subject: [PATCH] Disable comments from codecov. Docs explaining this https://docs.codecov.io/docs/pull-request-comments#disable-comment Putting inside .github to not litter the root. Docs explaining why this is possible https://docs.codecov.io/docs/codecov-yaml#can-i-name-the-file-codecovyml Fixes #52684. git-svn-id: https://develop.svn.wordpress.org/trunk@50462 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/codecov.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000000..69cb76019a --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1 @@ +comment: false