Skip to content

Commit

Permalink
fix(codecov): correct indentation in codecov.yml for comment configur…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
Robert27 committed Jan 16, 2025
1 parent 98237ea commit 95f8c3e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ 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: #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]

0 comments on commit 95f8c3e

Please sign in to comment.