]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3037 Remove the + sign before the number of skipped tests
authorFabrice Bellingard <bellingard@gmail.com>
Wed, 7 Dec 2011 13:49:59 +0000 (14:49 +0100)
committerFabrice Bellingard <bellingard@gmail.com>
Wed, 7 Dec 2011 13:51:56 +0000 (14:51 +0100)
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/coverage.html.erb

index b8d75c949bb1ae5fcd91ad2108307dbe0df867e5..d661b2955608a81403446ffdb0dc533734ee4245 100644 (file)
@@ -96,7 +96,7 @@
          if dashboard_configuration.selected_period? || (skipped_measure && skipped_measure.value && skipped_measure.value>0)
       %>
       <p>
-        +<%= format_measure(skipped_measure, :suffix => message('widget.code_coverage.skipped.suffix'), :url => url_for_drilldown(Metric::SKIPPED_TESTS), :default => '0') %>
+        <%= format_measure(skipped_measure, :suffix => message('widget.code_coverage.skipped.suffix'), :url => url_for_drilldown(Metric::SKIPPED_TESTS), :default => '0') %>
         <%= dashboard_configuration.selected_period? ? format_variation(skipped_measure) : trend_icon(skipped_measure) -%>
       </p>
       <% end %>