From ca4b3f3fda93f7f7d7f230c0bb6b1dd555789578 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Tue, 15 Aug 2017 12:03:45 -0400 Subject: [PATCH] =?UTF-8?q?ci:=20Rename=20.codecov.yml=20=E2=86=92=20codec?= =?UTF-8?q?ov.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit According to codecov/support#431 the comment setting isn't honored when the yaml file is named .codecov.yml. --- .codecov.yml => codecov.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .codecov.yml => codecov.yml (100%) diff --git a/.codecov.yml b/codecov.yml similarity index 100% rename from .codecov.yml rename to codecov.yml