]> source.dussan.org Git - sonarqube.git/commitdiff
Improve the description of the IT widget
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Tue, 16 Oct 2012 09:18:57 +0000 (11:18 +0200)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Tue, 16 Oct 2012 09:18:57 +0000 (11:18 +0200)
=> To mention that it also displays the overall code coverage if
   available.

plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties

index ee688934814d9b83d8fc0f7e579298224c7fe295..74a07c466f2b0c9d2fb52060276526b6612221b4 100644 (file)
@@ -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