Use SonarQube exclusively for Code Coverage

I’m interested in using SonarQube to display Code Coverage metrics for a very large project, and integrate it into our Pull Request workflow. However we are not interested in the static analysis, or vulnerability scanning aspect of the product yet. Is it possible to disable those to improve performance?

Hey there.

If you’re using Pull Request analysis (without hacks), that means you’re using Developer Edition. If you’re paying for Developer Edition… it’s pretty bad value for a calculator.

You might look for tools that focus specific on code coverage – or give the static analysis a try. :wink: It’s pretty great.

1 Like