aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2012-06-15 12:12:40 +0200
committerDavid Gageot <david@gageot.net>2012-06-15 12:12:40 +0200
commit0f580d01542078b59532642add4a0aba7651c79e (patch)
tree82b4b7ad1acd0a9c51aa6726d33ef348e4ab630b
parent02245273e552080ff852e17747770e0db5eb8ab9 (diff)
downloadsonarqube-0f580d01542078b59532642add4a0aba7651c79e.tar.gz
sonarqube-0f580d01542078b59532642add4a0aba7651c79e.zip
SONAR-3560 Remove the "lines_to_cover" metric from Code coverage widget
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/coverage.html.erb3
-rw-r--r--plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties1
2 files changed, 0 insertions, 4 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/coverage.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/coverage.html.erb
index 3c0b2ce2a01..6f9c3e5a1a8 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/coverage.html.erb
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/coverage.html.erb
@@ -49,9 +49,6 @@
<span class="big"><a href="<%= url_for_drilldown('new_coverage', :period => dashboard_configuration.period_index) -%>"><%= format_variation(new_coverage, :style => 'none', :default => '-') -%></a></span>
</p>
<% end %>
- <p>
- <a href="<%= url_for_drilldown('new_lines_to_cover', :period => dashboard_configuration.period_index) -%>"><%= format_variation(new_lines_to_cover_measure, :style => 'none', :default => '-') -%><%= message('widget.code_coverage.lines_to_cover.suffix') -%></a>
- </p>
<% if new_line_coverage %>
<p>
<a href="<%= url_for_drilldown('new_uncovered_lines', :highlight => 'new_line_coverage', :period => dashboard_configuration.period_index) -%>"><%= format_variation(new_line_coverage, :style => 'none', :default => '-') -%><%= message('widget.code_coverage.line_coverage.suffix') -%></a>
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
index ae85715a77a..4ce9fc09b35 100644
--- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
+++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
@@ -606,7 +606,6 @@ widget.code_coverage.name=Code coverage
widget.code_coverage.description=Reports on units tests and code coverage by unit tests.
widget.code_coverage.line_coverage.suffix=\ line coverage
widget.code_coverage.branch_coverage.suffix=\ branch coverage
-widget.code_coverage.lines_to_cover.suffix=\ lines to cover
widget.code_coverage.on_new_code=On new code
widget.code_coverage.no_new_lines_to_cover=No new lines to cover
widget.code_coverage.test_success=Unit test success