From: Brian Behlendorf Date: Tue, 9 Jan 2018 19:15:55 +0000 (-0800) Subject: Reduce codecov PR comments X-Git-Tag: zfs-0.8.0-rc1~418 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b02becaa00aef3d25b30588bf49affbf1e9a84a4;p=zfs 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 Issue #7022 Closes #7025 --- diff --git a/.github/codecov.yml b/.github/codecov.yml index ab0f11d79..9ae962639 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -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