Skip to content

Commit 35cef51

Browse files
committed
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
1 parent 1c184ec commit 35cef51

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.sync/codecov/codecov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ coverage:
2828
only_pulls: true
2929
comment:
3030
after_n_builds: 2
31-
layout: "condensed_header, condensed_files, condensed_footer"
31+
layout: "condensed_files, condensed_footer"
3232
hide_project_coverage: true # Only show patch coverage in a PR comment
33+

0 commit comments

Comments
 (0)