From 7f1bc8d9224854d0a74688e0179cec87c4e55aa8 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 1 Jul 2020 20:37:51 -0400 Subject: [PATCH] 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 --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index 4a235358..d3753c74 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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