|
|
 |
|
|
|
|
Issue Type:
|
Improvement
|
|
Affects Versions:
|
current |
|
Assignee:
|
Ognjen Bubalo
|
|
Components:
|
jacoco |
|
Created:
|
16/Sep/12 4:35 PM
|
|
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?
|
|
Project:
|
Jenkins
|
|
Priority:
|
Minor
|
|
Reporter:
|
nathan gerhart
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
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 indentation
JENKINS-15182: improve formatting of coverage reports