summaryrefslogtreecommitdiffstats
path: root/.github/codecov.yml
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2018-01-09 11:15:55 -0800
committerGitHub <[email protected]>2018-01-09 11:15:55 -0800
commitb02becaa00aef3d25b30588bf49affbf1e9a84a4 (patch)
treefde533bc6ca1ccc70b41108d4173de10a920f22e /.github/codecov.yml
parent8b20a9f996b90abe439ce14303fc440f26390e38 (diff)
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 <[email protected]> Issue #7022 Closes #7025
Diffstat (limited to '.github/codecov.yml')
-rw-r--r--.github/codecov.yml3
1 files changed, 2 insertions, 1 deletions
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