diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-11-02 11:28:12 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-11-02 11:28:50 +0100 |
commit | 13ff8a717d1837a2a430aec0a2e1cb115da0afeb (patch) | |
tree | 0b4ee8c7708763979e37a619040fc708dc957c7b /plugins/sonar-l10n-en-plugin | |
parent | 41fdffbc9ce51080a55e33fcee1a2f5b7e1573cc (diff) | |
download | sonarqube-13ff8a717d1837a2a430aec0a2e1cb115da0afeb.tar.gz sonarqube-13ff8a717d1837a2a430aec0a2e1cb115da0afeb.zip |
SONAR-2963 Add the widget "Integration Test Coverage"
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 9 |
1 files changed, 9 insertions, 0 deletions
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 0a60f2e9a89..7f58fb1ba24 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 @@ -464,6 +464,15 @@ widget.code_coverage.errors.suffix=\ errors widget.code_coverage.tests.suffix=\ tests widget.code_coverage.skipped.suffix=\ skipped +widget.it_coverage.name=Coverage by Integration Tests +widget.it_coverage.description=Reports code coverage by integration tests +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 +widget.it_coverage.on_new_code=On new code +widget.it_coverage.no_new_lines_to_cover=No new lines to cover + + widget.comments_duplications.name=Comments & Duplications widget.comments_duplications.description=Reports on copy/paste and documentation widget.comments_duplications.comments=Comments |