JaCoCo coverage for multi-module Maven project

hi Team,
I have to create code coverage report for multiple sub module maven project so for me jacoco.exec file is generated but not sure like what sonar properties file is required
can u please give some idea abt sonar properties in jenkins even i m also looking for ur documentation for code coverage sub module in maven in sonar

Hi,

Welcome to the community!

I’ve moved your post to a new topic since it was only tangentially related to the thread you had added to.

The jacoco.exec format is no longer supported. You’ll need to generate the xml report format instead. Then just run a Maven analysis (mvn sonar:sonar) and I believe it will be picked up automatically.

If it’s not, you’ll need to edit your poms to point to the reports.

 
HTH,
Ann