From 292413082ff2e26b48394093ee3306d3594b4f33 Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Fri, 1 Nov 2024 09:09:43 -0400 Subject: [PATCH] Configure comment --- .codecov.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 04dd651..cc6fc78 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,6 +1,13 @@ +# For PR comment, visit https://docs.codecov.com/docs/pull-request-comments # codecov can find this file anywhere in the repo, so we don't need to clutter # the root folder. -#comment: false +comment: + layout: "condensed_header, condensed_files, condensed_footer" + behavior: default + require_changes: false + 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] codecov: notify: