From 523ef40cad4172b1254041ceee23b72f14c97de9 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Mon, 6 May 2024 21:56:04 -0400 Subject: [PATCH] Add codecov.yml --- 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 000000000..72214a6d0 --- /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]