If you can't manage it, you can't improve it.
― attributed to different people
Enables SonarQube analysis on SBT projects. Supports aggregated SBT projects as multi-module SonarQube analysis, and Scoverage statements reporting.
Add dependency to your project:
In project/plugins.sbt
:
addSbtPlugin("net.iakovlev" % "sbt-sonar-scoverage" % "0.1.0")
The plugin is automatically enabled for projects with Scoverage plugin enabled. To enable Scoverage plugin, use
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0") //or later version
All code is licensed under the MIT license, available at http://opensource.org/licenses/mit-license.php and also in the COPYING file.