diff options
author | colin-mueller-sonarsource <colin.mueller@sonarsource.com> | 2021-02-11 15:12:44 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-02-11 20:07:07 +0000 |
commit | 42ded173056ed4b0872efbfab6c703e1248b5c8c (patch) | |
tree | 72625156e9b3601054f7ac1d8fbda4d059c06f11 /server/sonar-docs | |
parent | 73176b7b65492dbb6e7be2404733fbae22584895 (diff) | |
download | sonarqube-42ded173056ed4b0872efbfab6c703e1248b5c8c.tar.gz sonarqube-42ded173056ed4b0872efbfab6c703e1248b5c8c.zip |
DOCS Add Kotlin to supported languages for Junit reports
Diffstat (limited to 'server/sonar-docs')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/coverage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/coverage.md b/server/sonar-docs/src/pages/analysis/coverage.md index 1c0107e5614..c6a3a616dc6 100644 --- a/server/sonar-docs/src/pages/analysis/coverage.md +++ b/server/sonar-docs/src/pages/analysis/coverage.md @@ -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 | |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. |