From ce0226b2d7b0b8d274a1f8ed14d16781829dc67b Mon Sep 17 00:00:00 2001 From: Julien Jerphanion Date: Tue, 13 May 2025 11:37:34 +0200 Subject: [PATCH] ci: Disable GitHub annotations for Codecov in PRs (#3930) Signed-off-by: Julien Jerphanion --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..e00ce3d69 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +github_checks: + annotations: false