Code Coverage Percentage for Angular project

Hi Jeff , thank you so much for response my question, your project help me to configure my karma.conf.js file and I can create in my local enviroment a Code Coverage Report as you can see in this Image:

but I don know how to send that report to sonacloud yet, how to call sonnar scanner from CLI to send that report, I have a build in Azure for my project and that build is telling me that can not found any coverage file to be uploaded, so I think that coverage report is not be generating by any reason.

in your project I checked the build.sh file and there I see you run the test and after that you
call sonar scanner:
sonar-scanner -Dsonar.host.url=$SQ_URL -Dsonar.login=$SQ_TOKEN
I put my URL and my token but CLI not recognized the command.

if you can help me with any tip to do that, thank you