From 155e58652724b9ae221af0381e34a94e0869382b Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Thu, 10 Aug 2023 00:08:08 +0200 Subject: [PATCH] enable comment --- codecov.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index e236e8c..141dd44 100644 --- a/codecov.yml +++ b/codecov.yml @@ -8,5 +8,10 @@ coverage: changes: off range: "60...100" -comment: off +comment: + layout: " diff, flags, files" + behavior: default + require_changes: false # 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]