Hi,
I am trying to integrate cross platform app to sonarqube dashboard. App is developed using angular ionic framework.
We are trying to get Static Code Analysis report as well as Code Coverage report for the same app on sonarqube dashboard
We are using "karma", "jasmine" and "istanbul" for generating code coverage report for .js files in project. And "gulp" is used as a task runner.
It generates code coverage report on local project directory in html format and now we want to integrate it on Sonarqube dashboard with other properties like static code analysis, complexity, duplicate code etc
When I try adding sonar-properties to my project, it gives quality checks but always display 0.0% coverage.
If I add, "sonar.sources=www/js" in sonar.properties, it starts giving coverage on dashboard but in this case it doesn't provide code analysis and other reports like duplication and complexity.
Please guide me with sample example or any property I have to add in configuration.
Regards,
Tushar Jain