From 912e0eae038f0230633be435d1f0a216243c86eb Mon Sep 17 00:00:00 2001 From: JackChen Date: Mon, 20 Apr 2026 00:58:00 +0800 Subject: [PATCH] chore: silence codecov PR comments (#130) Codecov bot posts a coverage summary on every PR, plus an "install the Codecov app" nudge. The badge in the README is enough signal; the PR comments are noise for contributors. Add minimal codecov.yml with comment: false to disable them. Coverage upload from CI still works. Only the PR commenting is off. --- codecov.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..69cb760 --- /dev/null +++ b/codecov.yml @@ -0,0 +1 @@ +comment: false