horvathdora opened a new pull request, #106:
URL: https://github.com/apache/hbase-operator-tools/pull/106

   The newly added script runs maven with the clover profile which generates 
the test coverage data. 
   If the necessary parameters are given it also uploads the results to 
SonarQube.
   
   The required parameters for publishing to SonarQube are:
   
   - Host URL
   - Login Credentials
   - Project Key
   
   Example commands:
   
   - Run clover code analysis (without publishing to SonarQube)
   `sh dev-support/code-coverage/run-coverage.sh`
   
   - Run clover code analysis and publish the results to SonarQube
   `sh dev-support/code-coverage/run-coverage.sh -l ProjectCredentials -u 
https://exampleserver.com -k Project_Key -n Project_Name`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to