Display 2 different coverages in sonar

Is there a way to display mutliple coverage information in sonar ?

I would like to display unit test coverage but also typescript coverage.

Hey there.

I’m not sure what distinction you are drawing between “unit test coverage” and “typescript coverage”, but in the end you just need to make sure all necessary reports are passed to the relevant analysis parameters.

Thanks, but is sonar able to display several coverages reports separately?

FYI, typescript coverage is the amount of code written in typescript (which is a superset of javascript if you’re not familiar with this)

Hey there.

When we talk about coverage in SonarCloud, we’re speaking exclusively of test coverage.

If you want to see a breakdown of what languages are used in your project, feel free to hop over to Measures > Size > Lines of Code

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.