we have the following structure in our project:
- maven project 1
- maven project 2
- module 1
- module 2
- module 3
- maven project 3
Project 1 and 3 have each one unit test and code coverage result file. They are no problem. Project 2 has three unit test and code coverage result files, one for each module.
Now I want to show the unit test and code coverage in SonarQube. But I can only configure one result file (sonar.surefire.reportsPath and sonar.emma.reportPath).
How can I configure the three files, or do I have to merge the files?