This repository was archived by the owner on Oct 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 469
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
Sonarqube coverage report isn't proper #571
Open
@kartikayx
Description
Hi guys
My project runs unit test on 4 emulators, which generate the coverage files.
sonarqube {
androidVariant 'playstoreDebug'
properties {
...
property 'sonar.junit.reportsPath', "${buildDir}/allJunit"
property 'sonar.jacoco.reportMissing.force.zero', true
property 'sonar.jacoco.reportPath', "${buildDir}/jacoco/testPlaystoreDebugUnitTest.exec"
property 'sonar.jacoco.itReportPath', fileTree(dir: ${buildDir}, includes: ['**/*.ec'])
...
}
}
Issue is sonarqube doesnt generate the coverage report while same path works for jacoco.
Please help !
Metadata
Metadata
Assignees
Labels
No labels