From 4278296d4541ad8ecaa7704f19b98267c9625dc0 Mon Sep 17 00:00:00 2001 From: Claudio Costa Date: Mon, 16 Jun 2025 14:04:33 -0600 Subject: [PATCH] Limit Codecov spam (#31582) --- .github/codecov.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index ebb191adfa..cbc4185fa8 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,7 +1,8 @@ comment: - layout: "diff, flags, files" + layout: "condensed_header, condensed_files, condensed_footer" behavior: default - require_changes: false # if true: only post the comment if coverage changes + require_changes: "uncovered_patch" # only post comment if the patch has uncovered lines + hide_project_coverage: true # only show coverage on the git diff coverage: status: changes: false