Limit Codecov spam (#31582)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9564185e75
Коммит
4278296d45
5
.github/codecov.yml
поставляемый
5
.github/codecov.yml
поставляемый
@@ -1,7 +1,8 @@
|
|||||||
comment:
|
comment:
|
||||||
layout: "diff, flags, files"
|
layout: "condensed_header, condensed_files, condensed_footer"
|
||||||
behavior: default
|
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:
|
coverage:
|
||||||
status:
|
status:
|
||||||
changes: false
|
changes: false
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user