Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JENKINS-18894: work on making the coverage column not part of the def…
…ault set of columns
  • Loading branch information
centic9 committed Jul 23, 2013
1 parent ba9453f commit dc83063
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
@@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core">
<j:choose>
<j:when test="${it != null}">
Expand Down
Expand Up @@ -22,6 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->

<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core">
<th>${%Line Coverage}</th>
</j:jelly>
@@ -0,0 +1,6 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
<f:block>
<p>${%This column shows the Java code coverage measured with JaCoCo.}</p>
</f:block>
</j:jelly>
@@ -0,0 +1 @@
This\ column\ shows\ the\ Java\ code\ coverage\ measured\ with\ JaCoCo.=Diese Spalte zeigt die Java-Code-Abdeckung die durch JaCoCo gemessen wurde.

0 comments on commit dc83063

Please sign in to comment.