What are the coverage report paths for CSS and HTML languages in SonarQUbe?

Hi Team,

We are using SonarQube community Edition 9.4 version.

Queries:

1.What are the code coverage report formats that SonarQube consider for CSS and HTML Languages?
2.What are the code coverage report paths that SonarQube consider for CSS and HTML Languages?
(example: for angular it is “sonar.typescript.lcov.reportPaths”)

Thanks,
Naresh

Hey there.

I’m not aware of any code coverage tooling for HTML and CSS – are you?

Hi Colin,

Thanks for your response.

Can you please check once the below link.
Url: css-coverage - npm

Is SonarQube supports the code coverage reports feature for CSS and HTML language?

Hey there.

SonarQube doesn’t specifically support the coverage of HTML/CSS code… this seems like a niche case. But if you can transform the reports (such as the LCOV report you provided) into Generic test data, you might get what you’re looking for.

Hi Colin,

Thanks for your response.