aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs
diff options
context:
space:
mode:
authorGeoffray Adde <geoffray.adde@sonarsource.com>2022-03-17 15:58:21 +0100
committersonartech <sonartech@sonarsource.com>2022-03-17 20:03:09 +0000
commite987de516356fe37ee8eb35793d5fd709e2a099b (patch)
tree4f09032aa45f1fb9913a200e890a4fdc98b90810 /server/sonar-docs
parentf6b767ec903813504af9c472b7507c4973fa206b (diff)
downloadsonarqube-e987de516356fe37ee8eb35793d5fd709e2a099b.tar.gz
sonarqube-e987de516356fe37ee8eb35793d5fd709e2a099b.zip
SONAR-16154 Fix incorrect explanation about VS xml coverage file format for CFamily
Diffstat (limited to 'server/sonar-docs')
-rw-r--r--server/sonar-docs/src/pages/analysis/coverage.md2
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 a119420db04..46fa787aed7 100644
--- a/server/sonar-docs/src/pages/analysis/coverage.md
+++ b/server/sonar-docs/src/pages/analysis/coverage.md
@@ -59,7 +59,7 @@ Analysis parameter|Description
----|----
`sonar.cfamily.gcov.reportsPath`|Path to the directory containing native `*.gcov` reports (not the XML reports generated by gcovr)
`sonar.cfamily.llvm-cov.reportPath`| Path to a llvm-cov report
-`sonar.cfamily.vscoveragexml.reportsPath`|Path may be absolute or relative to the solution directory. Path wildcards (see above) are supported. Note that the `.coveragexml` report format offered by Visual Studio is not supported.
+`sonar.cfamily.vscoveragexml.reportsPath`|Path may be absolute or relative to the solution directory. Path wildcards (see above) are supported. Note that the native `.coverage` report format offered by Visual Studio is not supported. This file format can be converted to the supported XML format with Microsoft's CodeCoverage.exe tool.
`sonar.cfamily.bullseye.reportPath`| Path to the report from Bullseye, version >= 8.9.63 (use [covxml](http://www.bullseye.com/help/ref-covxml.html) tool)
### C&#x23;