mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-18 18:18:23 -05:00
Limit Codecov spam (#31582)
This commit is contained in:
parent
9564185e75
commit
4278296d45
1 changed files with 3 additions and 2 deletions
5
.github/codecov.yml
vendored
5
.github/codecov.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue