Hi SonarSource community,
please suggest/advise how to display coverage of 1 project in 2 graphs/statistics on 1 SonarQube board: one for Java files and the other for JavaScript/TypeScript?
We would need to separate these 2 languages in coverage, but have an overview of the development on one bulletin board. (Either using filters, Portfolios or other solutions). We use Enterprice edition.
To get separate coverage reporting, you’re going to need to analyze your code into multiple SonarQube projects, one for each language. Then to stitch it all back together, you’ll need an Application, which is available starting in Developer Edition($). (Yes, you’ve already got this in your Enterprise Edition. Just adding the details for others who find this thread.)
Hi Ann,
Thank you very much for the hint, everything works also for the branch, it just be need to set in Branches & Pull Requests → Keep when inactive .