mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
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
1 changed files with 2 additions and 1 deletions
3
.github/codecov.yml
vendored
3
.github/codecov.yml
vendored
|
|
@ -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 a new issue