To show coverage difference only based on the changed files.
Opened this issue · 1 comments
Is your feature request related to a problem? Please describe.
Like to view the coverage miss for the modified files before I push the changes to repo.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Currently, the coverage report shows all the uncovered lines, instead I want to get only the uncovered areas on the modified files and affected lines.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
@SanthoshDhandapani Thanks for the ticket!
I definitely can see the value in the feature. We would have to figure out how to integrate it with the coverage display logic, but it would be doable if someone found time to build it out.
I have added it as a backlog enhancement for now, and someone might pick it up in the future!