Project to store the youtube channel code
After 2 minutes you'll have your local SonarQube up and running using Docker.
For it, please access the SonarQube page and follow the steps
Inside the project the configuration for Sonar is on place, and execute the following commands
mvn clean installAnd then
mvn sonar:sonarThe report will be sent to SonarQube for analysis and you will be able to see how good your project is.
Java Code Coverage
For it, please execute the commands
mvn clean testThe report will be generated on the folder /target/site/index.html
And then
mvn jacoco:reportOpen this page using the Web browser and enjoy >D

