Limit Codecov spam (#31582)

This commit is contained in:
Claudio Costa 2025-06-16 14:04:33 -06:00 committed by GitHub
parent 9564185e75
commit 4278296d45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
.github/codecov.yml vendored
View file

@ -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