How to increase Coverage of an Angular Project

Currently, I am using Sonar cloud to analyze a Angular Project via Bitbucket.
The analyze done, but the coverage point is now at 0%.
I have research online for guide but all of it are for SonarQube.
Is it any different between SonarCloud and SonarQube in increase the Coverage percent?
image

Hello @VuHuong,

You can find the SonarCloud documentation here, SonarQube and SonarCloud import test coverage in the same way.

Hope that helps,
Tom