ISSUE WITH CODE COVERAGE FOR TYPESCRIPT CODE

Hi Team we are unable to get code coverage for typescript in our project.

There is 0.0% coverage for typescript code.

Below is the copy of our sonar-project.properties file. Please let me know if you need from our side.
(removed org name and keys)

sonar.projectKey=key
sonar.organization=org

This is the name and version displayed in the SonarCloud UI.

#sonar.projectName=x
#sonar.projectVersion=1.0

Path is relative to the sonar-project.properties file. Replace "" by “/” on Windows.

#sonar.sources=.

Encoding of the source code. Default is default system encoding

#sonar.sourceEncoding=UTF-8

Hey there.

Have you followed the documentation here?