From 0bff8b7ae30d20229c49ff87aaf6fa0faba84e21 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 0000000000..72214a6d01 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +--- +comment: + layout: 'diff, 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]