From 93bbd21d822df284e8dd5c3a019937a288403b73 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 1 Jul 2025 16:17:17 +0200 Subject: [PATCH] rename codecov.yml to .codecov.yml Make it a hidden file. From the [CodeCov docs][1]: > Can I name the file .codecov.yml? > > Yes, you can name the file `codecov.yml` or `.codecov.yml`. However, the > file must still be located in the repository root, `dev/`, or `.github/` > directories [1]: https://docs.codecov.com/docs/codecov-yaml#can-i-name-the-file-codecovyml Signed-off-by: Sebastiaan van Stijn --- 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