From 9fd134ca9c2144dbce2b5184b3853251ae7f0c6e Mon Sep 17 00:00:00 2001 From: TwiN Date: Sat, 8 Feb 2025 11:52:31 -0500 Subject: [PATCH] ci: Don't comment on pull requests --- .github/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index dd548303..3ab8d162 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,7 +1,7 @@ ignore: - "watchdog/watchdog.go" - "storage/store/sql/specific_postgres.go" # Can't test for postgres - +comment: false coverage: status: patch: off