From c0998f828793e6733a1440021888daf337d8f5bb Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 16 Sep 2016 17:20:28 +0100 Subject: [PATCH] .codecov.yml: disable GitHub comments. These are annoying and the status check is sufficient. --- Library/Homebrew/test/.codecov.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 Library/Homebrew/test/.codecov.yml diff --git a/Library/Homebrew/test/.codecov.yml b/Library/Homebrew/test/.codecov.yml new file mode 100644 index 0000000000..69cb76019a --- /dev/null +++ b/Library/Homebrew/test/.codecov.yml @@ -0,0 +1 @@ +comment: false