FAQs
This page contains answers to common questions and things to keep in mind when using the Diffblue SonarQube Plugin.
Frequently Asked Questions (FAQs)
Why do the Diffblue metrics not exactly match up with SonarQube’s Coverage metrics?
SonarQube
Diffblue SonarQube Plugin
How does coverage highlighting work when using the Diffblue SonarQube Plugin?
Set in the SonarQube UI
Within your project
<properties>
<sonar.coverage.jacoco.xmlReportPaths>
.diffblue/reports/diffblue-tests-jacoco-report.xml,
.diffblue/reports/manual-tests-jacoco-report.xml
</sonar.coverage.jacoco.xmlReportPaths>
</properties>Passed in the SonarQube CI command
Last updated
Was this helpful?

