Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: jacoco-plugin
-
Labels:None
-
Similar Issues:
Description
similar to JENKINS-14928, the coverage reports aren't as clean as other implementations. For example, the jacoco:report Ant Task creates HTML reports where all source code is indented properly, the entire source file is highlighted in a single view, the coverage "bars" are always uniform width, etc.
perhaps there is functionality in the jacoco-ant project that can be reused, rather than reimplemented?
Code changed in jenkins
User: Ognjen Bubalo
Path:
src/main/java/hudson/plugins/jacoco/report/MethodReport.java
http://jenkins-ci.org/commit/jacoco-plugin/a697060e4a1d3a33a64eb4e14766346f6d4803c5
Log:
Fixing:
JENKINS-14928: Sourcefile highlighting loses the indentationJENKINS-15182: improve formatting of coverage reports