@orpha
To configure the JaCoCo plugin in SonarQube server, follow these steps:
- Open the SonarQube server and log in as an administrator.
- Go to the administration page by clicking on the gear icon in the top right corner.
- In the Administration page, select "Configuration" under the General tab.
- Scroll down to the "Analysis Parameters" section, and click on "Add property".
- In the Key field, enter "sonar.jacoco.reportPaths".
- In the Value field, enter the path to the JaCoCo coverage report generated by your build tool (e.g., "target/jacoco.exec").
- Click on the Save button to save the configuration.
Once you have configured the JaCoCo plugin in SonarQube, you can run a new analysis of your project to see the code coverage metrics in the SonarQube dashboard.