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