From 2bb0ff71d11fdbe203bf6b83abd4c9ab703669a4 Mon Sep 17 00:00:00 2001 From: Robert Eggl Date: Thu, 16 Jan 2025 21:10:02 +0100 Subject: [PATCH] fix(codecov): update comment configuration in codecov.yml to enable comments --- codecov.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/codecov.yml b/codecov.yml index dc68de13..aab435df 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,10 +6,5 @@ coverage: target: auto #default threshold: 0% base: auto - comment: #this is a top-level key - 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] - hide_project_coverage: false # [true :: only show coverage on the git diff aka patch coverage] + comment: + enabled: true