fix: add 'reach' option comment layout for codecov configuration#173
Merged
reddevilmidzy merged 1 commit intomainfrom Jul 15, 2025
Merged
fix: add 'reach' option comment layout for codecov configuration#173reddevilmidzy merged 1 commit intomainfrom
reddevilmidzy merged 1 commit intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Codecov comment configuration to include branch reach information and enable carryforward flags in coverage comments.
- Adds the
reachtoken to the comment layout so reach coverage is displayed. - Enables
show_carryforward_flagsto surface any carryforward flags in the comment.
Comments suppressed due to low confidence (2)
.github/codecov.yml:26
- [nitpick] Consider converting the comma-separated
layoutstring into a YAML sequence (e.g., `layout:- header
- reach
- diff
...`) to improve readability and ease future updates.
layout: "header, reach, diff, flags, files, footer"
.github/codecov.yml:32
- [nitpick] Add a comment explaining what
show_carryforward_flagsdoes and when it should be used, so future maintainers understand its effect on the Codecov comment output.
show_carryforward_flags: true
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
♟️ What’s this PR about?
PR에 codecov가 코멘트를 달아주지만 전체 커버리지를 보여주지 않아 해당 설정을 추가하였습니다.
🔗 Related Issues / PRs
part of #167