]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-9526 Display coverage metrics in the right categories
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Wed, 4 Oct 2017 14:34:03 +0000 (16:34 +0200)
committerTeryk Bellahsene <teryk@users.noreply.github.com>
Thu, 5 Oct 2017 09:21:25 +0000 (11:21 +0200)
server/sonar-web/src/main/js/apps/component-measures/config/domains.js
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index a3ffba8f56c41842582aa7944e16cdf05abe6d5a..31c1d7d88dc1fd1c4b1212b3235d8dd54c5f1978 100644 (file)
@@ -75,6 +75,7 @@ export const domains /*: { [string]: { categories?: Array<string>, order: Array<
       'new_lines_to_cover',
       'new_uncovered_lines',
       'new_line_coverage',
+      'new_conditions_to_cover',
       'new_uncovered_conditions',
       'new_branch_coverage',
 
@@ -83,6 +84,7 @@ export const domains /*: { [string]: { categories?: Array<string>, order: Array<
       'lines_to_cover',
       'uncovered_lines',
       'line_coverage',
+      'conditions_to_cover',
       'uncovered_conditions',
       'branch_coverage',
 
index 91c457f486c6af69ef86e39aaa2f0bb31adf8954..acd1bd356c399badec6da78c1cfd3e5a707b5dc4 100644 (file)
@@ -1675,6 +1675,7 @@ metric.new_code_smells.name=New Code Smells
 metric.new_code_smells.short_name=Code Smells
 metric.new_conditions_to_cover.description=Conditions to cover on new code
 metric.new_conditions_to_cover.name=Conditions to Cover on New Code
+metric.new_conditions_to_cover.extra_short_name=Conditions to Cover
 metric.new_coverage.description=Coverage of new/changed code
 metric.new_coverage.name=Coverage on New Code
 metric.new_coverage.short_name=Coverage