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:
Deirdre Connolly 2020-07-01 20:37:51 -04:00 committed by GitHub
parent 8281b9040c
commit 7f1bc8d922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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