Skip to content

Commit

Permalink
[JENKINS-19662] Removed (always-empty) block coverage column from the…
Browse files Browse the repository at this point in the history
… dashboard portlet.
  • Loading branch information
mabako committed Sep 19, 2013
1 parent 3a9f2f3 commit 3eb753f
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -40,7 +40,6 @@
<td class="pane-header" colspan="2">% ${%Line}</td>
<td class="pane-header" colspan="2">% ${%Method}</td>
<td class="pane-header" colspan="2">% ${%Class}</td>
<td class="pane-header" colspan="2">% ${%Block}</td>
</tr>
<j:set var="summary" value="${it.getJaCoCoCoverageResultSummary(jobs)}"/>
<j:forEach var="tr" items="${summary.jacocoCoverageResults}">
Expand All @@ -54,7 +53,6 @@
<td colspan="2">${tr.lineCoverage}</td>
<td colspan="2">${tr.methodCoverage}</td>
<td colspan="2">${tr.classCoverage}</td>
<td colspan="2">${tr.blockCoverage}</td>
</tr>
</j:forEach>
<tr>
Expand All @@ -65,7 +63,6 @@
<td colspan="2">${summary.totalLineCoverage}</td>
<td colspan="2">${summary.totalMethodCoverage}</td>
<td colspan="2">${summary.totalClassCoverage}</td>
<td colspan="2">${summary.totalBlockCoverage}</td>
</tr>
</dp:decorate>
</j:jelly>

0 comments on commit 3eb753f

Please sign in to comment.