-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Where I work we currently use the coverage plugin to implement code coverage enforcement on modified code as part of PRs.
There is currently no way to visualise what lines are modified in a file part of a change set. This slows things down when reviewing as one has to switch between the PR diff and the rendered source files from the plugin to figure out what parts of the PR is uncovered. It also increases the risk of code slipping between the cracks when reviewing.
As a simple solution, we can merely add a CSS class to the lines in rendered source files that are modified, this allows for styling by integrators. See example in attachment.
- relates to
-
JENKINS-75796 Modernize the layout of the coverage source code view
-
- Open
-
- links to