From 37b64bd6384c31d16e9d1d7b97227c2a86c9b6c4 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 8 Mar 2026 12:31:36 +0000 Subject: [PATCH] Disable Codecov PR comments and email notifications Add codecov.yml to turn off PR comment annotations and email notifications while keeping coverage status checks functional. https://claude.ai/code/session_01JT2Zr7b2youndzaT9pdcn3 --- codecov.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..d3d5378 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,23 @@ +comment: false + +coverage: + status: + project: + default: + target: auto + patch: + default: + target: auto + +notify: + after_n_builds: 1 + wait_for_ci: false + +github_checks: + annotations: false + +slack: + default: false + +email: + default: false