diff --git a/dashboard/src/plugin-resources/aggregators/coberturalipc.jelly b/dashboard/src/plugin-resources/aggregators/coberturalipc.jelly index 12b0bb5e..e185e57e 100644 --- a/dashboard/src/plugin-resources/aggregators/coberturalipc.jelly +++ b/dashboard/src/plugin-resources/aggregators/coberturalipc.jelly @@ -27,9 +27,14 @@ + - + + + + % @@ -37,4 +42,4 @@ - \ No newline at end of file + diff --git a/dashboard/src/plugin-resources/aggregators/coberturaloc.jelly b/dashboard/src/plugin-resources/aggregators/coberturaloc.jelly index 336ecd9d..52806f3c 100644 --- a/dashboard/src/plugin-resources/aggregators/coberturaloc.jelly +++ b/dashboard/src/plugin-resources/aggregators/coberturaloc.jelly @@ -24,16 +24,20 @@ ======================================================================== --> - + + - + + + - \ No newline at end of file + diff --git a/dashboard/xdocs/aggregators.xml b/dashboard/xdocs/aggregators.xml index 9ad7d0a5..e8062d05 100644 --- a/dashboard/xdocs/aggregators.xml +++ b/dashboard/xdocs/aggregators.xml @@ -148,14 +148,14 @@ coberturaloc Cobertura - Total number of code lines. + Total number of code lines. WORKS ONLY WITH MAVEN 1.1. jcoveragelipc JCoverage - Total percentage of lines covered. + Total percentage of lines covered. WORKS ONLY WITH MAVEN 1.1. diff --git a/dashboard/xdocs/changes.xml b/dashboard/xdocs/changes.xml index 60005ae5..cf978a8a 100644 --- a/dashboard/xdocs/changes.xml +++ b/dashboard/xdocs/changes.xml @@ -25,6 +25,7 @@ + Cobertura aggregator don't support offline mode. From now the Cobertura aggregator works only with MAVEN 1.1. Update the default checkstyle report location to make it compatible with Checkstyle plugin 3.0+ (MPCHECKSTYLE-40). Added Cobertura aggregator.