aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>2012-10-16 11:18:57 +0200
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>2012-10-16 11:18:57 +0200
commit47f0d51bc74025a170ed566b70e9d64ca7da28e5 (patch)
tree6d277e6bc23b830b9838e4bceb87e89169877115 /plugins
parent2a40e435bf1227bc73625e66fed1e4c43b9d2a89 (diff)
downloadsonarqube-47f0d51bc74025a170ed566b70e9d64ca7da28e5.tar.gz
sonarqube-47f0d51bc74025a170ed566b70e9d64ca7da28e5.zip
Improve the description of the IT widget
=> To mention that it also displays the overall code coverage if available.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
index ee688934814..74a07c466f2 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
@@ -730,7 +730,7 @@ widget.code_coverage.skipped.suffix=\ skipped
# id of this widget does not use underscore in order to be backward-compatible with previous version of JaCoCo plugin
widget.it-coverage.name=Integration tests coverage
-widget.it-coverage.description=Reports on code coverage by integration tests
+widget.it-coverage.description=Reports on code coverage by integration tests. When both the code coverage by unit tests and by integration tests are available, an overall code coverage is also computed and displayed in this widget.
widget.it-coverage.line_coverage.suffix=\ line coverage
widget.it-coverage.branch_coverage.suffix=\ branch coverage
widget.it-coverage.lines_to_cover.suffix=\ lines to cover