diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-07-28 10:10:14 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-07-28 10:10:14 +0200 |
commit | de9982f4fe9a7dfd477491584d6710709583bd0e (patch) | |
tree | 707c9596db26f6c56e653d11562d30d7dcfd25b4 /sonar-core | |
parent | b7a997628a5f99d5a38fbd01b5548cc5f9989379 (diff) | |
download | sonarqube-de9982f4fe9a7dfd477491584d6710709583bd0e.tar.gz sonarqube-de9982f4fe9a7dfd477491584d6710709583bd0e.zip |
SONAR-5441 Prevent failure of quality gate widget when one metric is missing
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index edf4a7fe3fe..26cda8147d4 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -981,6 +981,7 @@ widget.alerts.no_alert=The project has passed the quality gate widget.alerts.warnings=The project has warnings on the following quality gate conditions:\u00a0 widget.alerts.errors=The project failed the quality gate on the following conditions:\u00a0 widget.alerts.property.show_ok.name=Show passed conditions +widget.alerts.missing_metric=Some information regarding the status of the quality gate is missing. A fresh analysis of the project is needed to reload this information. widget.code_coverage.name=Unit Tests Coverage widget.code_coverage.description=Reports on units tests and code coverage by unit tests. |