mirror of https://github.com/openzfs/zfs.git
Reduce codecov PR comments
Attempt to reduce the number of comments posted by codecov to PR requests. Based on the codecov documenation setting "require_changes=yes" and "behavior=once" should result in a single comment under most circumstances. https://docs.codecov.io/v4.3.6/docs/pull-request-comments Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue #7022 Closes #7025
This commit is contained in:
parent
8b20a9f996
commit
b02becaa00
|
@ -18,4 +18,5 @@ coverage:
|
|||
|
||||
comment:
|
||||
layout: "reach, diff, flags, footer"
|
||||
behavior: "new" # delete old, post new
|
||||
behavior: once # update if exists; post new; skip if deleted
|
||||
require_changes: yes # only post when coverage changes
|
||||
|
|
Loading…
Reference in New Issue