Skip to content

Commit

Permalink
fix(codecov): update comment configuration in codecov.yml to enable c…
Browse files Browse the repository at this point in the history
…omments
  • Loading branch information
Robert27 committed Jan 16, 2025
1 parent 95f8c3e commit 2bb0ff7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2bb0ff7

Please sign in to comment.