Test coverage parameters
Test coverage reports describe the percentage of your code that has been tested by your test suite during a build.
All languages
sonar.coverageReportPaths
Apex
sonar.apex.coverage.reportPath
C/C++/Objective-C
sonar.cfamily.gcov.reportsPath
sonar.cfamily.llvm-cov.reportPath
sonar.cfamily.vscoveragexml.reportsPath
sonar.cfamily.bullseye.reportPath
C#
sonar.cs.vscoveragexml.reportsPaths
sonar.cs.dotcover.reportsPaths
sonar.cs.opencover.reportsPaths
Flex
sonar.flex.cobertura.reportPaths
Go
sonar.go.coverage.reportPaths
Java/Kotlin/Scala/JVM
sonar.coverage.jacoco.xmlReportPaths
sonar.jacoco.reportPaths
JavaScript/TypeScript
sonar.javascript.lcov.reportPaths
PHP
sonar.php.coverage.reportPaths
Python
sonar.python.coverage.reportPaths
Ruby
sonar.ruby.coverage.reportPaths
Scala
sonar.scala.coverage.reportPaths
Swift with Xcode 13.3+
Swift with Xcode 7-13.2
sonar.swift.coverage.reportPaths
VB.NET
sonar.vbnet.vscoveragexml.reportsPaths
sonar.vbnet.dotcover.reportsPaths
sonar.vbnet.opencover.reportsPaths
Last updated
Was this helpful?

