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:
Brian Behlendorf 2018-01-09 11:15:55 -08:00 committed by GitHub
parent 8b20a9f996
commit b02becaa00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
.github/codecov.yml vendored
View File

@ -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