How to run coverage for the analysis in .net and java?

Hey @jemartineza

SonarQube only reads coverage reports – it doesn’t produce them. I would check out our documentation on Test Coverage and Execution, as well as the following Community Guides.

C#:

Java:
Google is your friend here, or just the JaCoCo website :stuck_out_tongue:

Colin