Attempt to reduce noise in PRs generated by codecov
This commit is an attempt to reduce the noise in PRs generated by the code coverage comment posted automatically by Codecov. It changes Codecov configuration to post a comment to a PR only if it changes the code coverage and it also removes reach graph, the diff image and the flags from the comment content. Leaving only a list of the files impacted by the PR. My initial plan was to leave in the comment content only a link to the full report, but I couldn't find a way to do that in the documentation (https://docs.codecov.io/docs/pull-request-comments).
This commit is contained in:
parent
d5e229f98a
commit
926235287f
|
@ -21,6 +21,6 @@ parsers:
|
|||
macro: no
|
||||
|
||||
comment:
|
||||
layout: "reach, diff, flags, files, footer"
|
||||
layout: "files"
|
||||
behavior: default
|
||||
require_changes: no
|
||||
require_changes: yes
|
||||
|
|
Loading…
Reference in New Issue