What happens if I run following command :
mvn clean install sonar:sonar -Dmaven.test.skip=true
I have set Up sonar locally and its running on port 9000.
What would be impact of skipping test on sonar report?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Then Sonar won’t produce any test related data, such as code coverage and test success statistics. This will also affect the calculation of the overall technical debt and total quality metrics.