aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs
diff options
context:
space:
mode:
authorcolin-mueller-sonarsource <colin.mueller@sonarsource.com>2021-04-29 10:01:39 +0200
committersonartech <sonartech@sonarsource.com>2021-04-29 20:03:27 +0000
commit95291bc54dde86b44f679a124b019a5d754db350 (patch)
tree23a1dba8d25f894c8488f4f016bb034ad12373d1 /server/sonar-docs
parent4fd085c3ba2bf6124755ad09b4bb4b6d42a5ea0a (diff)
downloadsonarqube-95291bc54dde86b44f679a124b019a5d754db350.tar.gz
sonarqube-95291bc54dde86b44f679a124b019a5d754db350.zip
DOCS Remove deprecated JaCoCo analysis parameter
Diffstat (limited to 'server/sonar-docs')
-rw-r--r--server/sonar-docs/src/pages/analysis/coverage.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/coverage.md b/server/sonar-docs/src/pages/analysis/coverage.md
index 66daee98e50..4da433917ff 100644
--- a/server/sonar-docs/src/pages/analysis/coverage.md
+++ b/server/sonar-docs/src/pages/analysis/coverage.md
@@ -35,7 +35,6 @@ C#|`sonar.cs.ncover3.reportsPaths`![](/images/cross.svg)|**Deprecated.** Path to
Flex|`sonar.flex.cobertura.reportPaths`|Path to the Cobertura XML reports. Multiple paths may be comma-delimited. May be absolute or relative to the project base directory.
Go|`sonar.go.coverage.reportPaths`|Comma-delimited list of paths to coverage report files. Path wildcards are supported (see above) since SonarGo 1.1.
Java / Kotlin / Scala / JVM|`sonar.coverage.jacoco.xmlReportPaths`|Path to JaCoCo XML coverage reports. Path wildcards are supported (see above).
-Java|`sonar.jacoco.reportPaths`![](/images/cross.svg)|**Deprecated. Use `sonar.coverage.jacoco.xmlReportPaths`.** Path to JaCoCo reports in binary format. **Supported only for Java**.
JavaScript / TypeScript|`sonar.javascript.lcov.reportPaths`|Comma-delimited list of paths to LCOV coverage report files. Paths may be absolute or relative to project root.
PHP|`sonar.php.coverage.reportPaths`|Comma-delimited list of paths to Clover XML-format coverage report files. Paths may be absolute or relative to project root.
Python|`sonar.python.coverage.reportPaths`|Comma-delimited list of paths to coverage reports in the Cobertura XML format. Path wildcards are supported (see above). Leave unset to use the default (`coverage-reports/*coverage-*.xml`).