In the project.properties file I have specified following typescript, but do not see in the log that it is analyzing the lcov file. Also the report is getting generated but show no coverage information
Above file is the project.properties file while I am executing sonar-scanner.cmd
Before this, following action were taken
npm install
ng build --aot --output-hashing=all
test --no-watch --code-coverage --browsers=ChromeHeadless
After this the coverage folder with lcov.info and cobertura files are generated.