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.
This commit is contained in:
JackChen 2026-04-20 00:58:00 +08:00 committed by GitHub
parent 6c31e3dd95
commit 912e0eae03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
codecov.yml Normal file
View File

@ -0,0 +1 @@
comment: false