while running this command
sonar-scanner
-Dsonar.projectKey=testing_2
-Dsonar.sources=.
-Dsonar.host.url=http://13.214.198.79:9000
-Dsonar.login=token
while running this command
sonar-scanner
-Dsonar.projectKey=testing_2
-Dsonar.sources=.
-Dsonar.host.url=http://13.214.198.79:9000
-Dsonar.login=token
Hey there.
The documentation on test coverage is a great starting point – giving you examples for different languages (how to generate the coverage reports, which parameters to pass the coverage report to, etc.)