In Angular projects that do not have unit tests (spec.ts) implemented, SonarQube reports as “-” coverage. Is it possible that it reports 0%?
Hey there.
It looks like these files aren’t being parsed as source code at all (notice how the Lines of Code are 0). Can you tell us how you’ve configured this project (for example, what is in your sonar-project.properties file or configured in your project settings)?
And, as requested in the template post, what version of SonarQube are you using?