Try to make CodeCov bot comment on PRs quieter (#576)
* require_changes: true - "Comments will now only post when coverage changes. Furthermore, if a comment already exists, and a newer commit results in no coverage change for the entire pull, the comment will be deleted." * just the 'diff' view
This commit is contained in:
parent
8281b9040c
commit
7f1bc8d922
|
|
@ -16,3 +16,7 @@ parsers:
|
|||
loop: yes
|
||||
method: yes
|
||||
macro: yes
|
||||
|
||||
comment:
|
||||
layout: "diff"
|
||||
require_changes: true # if true: only post the comment if coverage changes
|
||||
|
|
|
|||
Loading…
Reference in New Issue