From 558bf0fe213139d6ada4c42579224f3e42b37d7c Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Fri, 3 May 2024 06:57:31 -0400 Subject: [PATCH] Add codecov.yml Don't show comments when the coverage is unchanged. Also, pare down what is show to make it less noisy. --- codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000000..f7613622b08 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +--- +comment: + layout: 'files' + behavior: default + require_changes: true # if true: only post the comment if coverage changes + require_base: false # [true :: must have a base report to post] + require_head: true # [true :: must have a head report to post] + hide_project_coverage: false # [true :: only show coverage on the git diff]