From 65f39c93f4c38cd32f57a18f2a91d890f3c39690 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Wed, 28 Oct 2020 22:51:20 -0500 Subject: [PATCH] Rename codecov yaml file and add to gitattributes --- .gitattributes | 1 + .codecov.yml => codecov.yml | 0 2 files changed, 1 insertion(+) rename .codecov.yml => codecov.yml (100%) diff --git a/.gitattributes b/.gitattributes index 74290b6..d3f5826 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ /.github/ export-ignore /.gitignore export-ignore /.readthedocs.yml export-ignore +/codecov.yml export-ignore /docs/ export-ignore /phpbench.json export-ignore /phpcs.xml.dist export-ignore diff --git a/.codecov.yml b/codecov.yml similarity index 100% rename from .codecov.yml rename to codecov.yml