datawave icon indicating copy to clipboard operation
datawave copied to clipboard

sonarqube code coverage

Open cogross opened this issue 2 years ago • 2 comments

Added new "coverage" module and made changes to enable the SonarQube/Jacoco code coverage reports. Uses a local SonarQube instance to keep track of the coverage report. It can run in docker. Contact me for steps to get it in place. ** must use 3.8.x version of maven - 3.9.y does not work, known issue w/ sonarqube ** mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=DataWave -Dsonar.projectName='DataWave' -Dsonar.host.url=http://localhost:8080 -Dsonar.token=<token>

cogross avatar Jun 27 '23 15:06 cogross

Added new "coverage" module and made changes to enable the SonarQube/Jacoco code coverage reports. Uses a local SonarQube instance to keep track of the coverage report. It can run in docker. Contact me for steps to get it in place. mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=DataWave -Dsonar.projectName='DataWave' -Dsonar.host.url=http://localhost:8080 -Dsonar.token=<token>

Please add a readme with steps for how to setup sonarqube in docker

apmoriarty avatar Feb 20 '24 14:02 apmoriarty

Added a docker-compose & README to get local SQ up and running.

cogross avatar Feb 27 '24 12:02 cogross