From 7e31877d90bd41212c4e2a33671c161d46fdf1ff Mon Sep 17 00:00:00 2001 From: Joey Vagedes Date: Mon, 17 Nov 2025 15:45:55 -0800 Subject: [PATCH] codecov: Remove header from comment Currently, the codecov commenter posts a header which (most of the time) has a big red "X" on it. This can be confusing when you see the "X" and think you are failing, even though the actual CI check is passing because you are meeting the 80% threshold. This PR removes the header all together, since this commentor is purely informational, to make it easy to see what lines of code do not have associated tests --- .sync/codecov/codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.sync/codecov/codecov.yml b/.sync/codecov/codecov.yml index 89963a6..93a0be5 100644 --- a/.sync/codecov/codecov.yml +++ b/.sync/codecov/codecov.yml @@ -28,5 +28,6 @@ coverage: only_pulls: true comment: after_n_builds: 2 - layout: "condensed_header, condensed_files, condensed_footer" + layout: "condensed_files, condensed_footer" hide_project_coverage: true # Only show patch coverage in a PR comment +