Feeding TeamCity Jacoco/IntelliJ coverage runner to subsequent SonarQube runner step

My build configuration has 2 steps:

1. Gradle build with Coverage runner set to IntelliJ IDEA

2. SonarQube runner

 

I am thinking of using the coverage report generated by the coverage runner to put in SonarQube runner in the second step. Can I check where the report is stored on the build agent directory?

 

Similarly for Jacoco Coverage runner, where is the report to feed into SonarQube parameter -Dsonar.jacoco.reportPaths ?

 

I am using TeamCity 10.0.5

1

Please sign in to leave a comment.