Hi
We are using sonarqube 8.9.1 community version. We just recently upgraded from 7.1. We have multi-module jenkins project which are running sonar scans and generate a code coverage report from jacoco. We are trying to figure out what is the best way to update the jacoco configuration so that it is able to get the report from each module. This would be much easier than configuring the individual path files of each jacoco.exec report. We tried a few wild card paths but none of them seem to work.
Basically, the paths are as such below:
xyz/target/jacoco.exec
Where “xyz” is the name of one of the modules built in the pipeline.
Thanks in advance!