-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[llvm-cov] let text mode divider honor --show-branch-summary
--show-region-summary
etc
#96016
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to fix tests for things you changed in llvm-cov.
…egion-summary etc
Oh I just realized file reports and function reports are using two different |
I also wonder why |
Right now the three columns for functions and for instantiations are For all others, llvm-project/llvm/tools/llvm-cov/CoverageReport.cpp Lines 237 to 263 in 99c43e3
Don't know why either... :) |
4862716
to
8c8bef4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…region-summary etc (llvm#96016)
Otherwise it would be unnecessarily too long
Before
After