From d20f66fb53be909d5d2188cc20e9abcbc781cb37 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Wed, 27 Apr 2016 16:04:15 -0700 Subject: [PATCH] Codecov should comment on PRs to master. We need to specify a branch to activate the comment feature. --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index 7966f407b91..93c6f16a394 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,6 @@ codecov: branch: master + +comment: + branches: + - master