]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS Add Kotlin to supported languages for Junit reports
authorcolin-mueller-sonarsource <colin.mueller@sonarsource.com>
Thu, 11 Feb 2021 14:12:44 +0000 (15:12 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 11 Feb 2021 20:07:07 +0000 (20:07 +0000)
server/sonar-docs/src/pages/analysis/coverage.md

index 1c0107e5614ae731dddaa46b965951d2fc0ac701..c6a3a616dc664ef7b11b24267be1c66abaa65e5a 100644 (file)
@@ -58,7 +58,7 @@ C#|`sonar.cs.vstest.reportsPaths`|Paths to VSTest reports. Multiple paths may be
 C#|`sonar.cs.nunit.reportsPaths`|Paths to NUnit execution reports. Multiple paths may be comma-delimited, or included via wildcards. Note that while measures such as the number of tests are displayed at project level, no drilldown is available.
 C#|`sonar.cs.xunit.reportsPaths`|Paths to xUnit execution reports. Multiple paths may be comma-delimited, or included via wildcards. Note that while measures such as the number of tests are displayed at project level, no drilldown is available.
 Go|`sonar.go.tests.reportPaths`|Comma-delimited list of paths to unit test report files. Paths may be absolute or relative to project root.
-Java|`sonar.junit.reportPaths`|Comma-delimited list of paths to Surefire XML-format reports.
+Java / Kotlin|`sonar.junit.reportPaths`|Comma-delimited list of paths to Surefire XML-format reports.
 JavaScript / TypeScript |&nbsp;|You can use [jest-sonar-reporter](https://www.npmjs.com/package/jest-sonar-reporter) or [karma-sonarqube-unit-reporter](https://github.com/tornaia/karma-sonarqube-unit-reporter) to create reports in the [Generic Execution Data](/analysis/generic-test/) format. Both packages are available on npm.
 PHP|`sonar.php.tests.reportPath`|Path to the PHPUnit unit test execution report file. Path may be absolute or relative to project root.
 Python|`sonar.python.xunit.reportPath`|Path to unit test execution report. Leave unset to use the default (`xunit-reports/xunit-result-*.xml`). Path wildcards (see above) are supported. If any paths in the report are invalid, set `sonar.python.xunit.skipDetails=true` to collect only project-level details.