Test coverage multiple languages

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    sonarqube:latest
  • what are you trying to achieve
    Generating test coverage for a project with multiple languages (Go/Python/Js)
  • what have you tried so far to achieve this
    I read Test Coverage & Execution | SonarQube Docs, it shows the different ways to generate test coverage for each languages, but can I get test coverage for all the languages combined?
1 Like

Hi,

You’ll need to generate a report per language and then import them all during analysis.

 
HTH,
Ann

2 Likes

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