-
Notifications
You must be signed in to change notification settings - Fork 441
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
Merge coverage per file and line #10315
Conversation
Merge coverage per file and line instead of just appending the content of each coverage result.
Testing this change also in #10273 |
🚀 Benchmarks reportTo see the full report comment with |
|
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.
👍
Probably, this could replace the sh script even if that other PR is not merged. This new golang dev tool does more checks when merging files (e.g. comparing covered lines too).
Yes, we can merge this separatedly. |
🚀 |
Merge coverage per file and line instead of just appending the content of each coverage result.
Possibly required for elastic/elastic-package#1915.