Skip to content

arthepsy/sonar-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Sonar Scala Plugin

Supports Sonar 3.0+ and requires Cobertura and Surefire plugins.

To include test and coverage reports:

Install these plugins in your scala project:

https://github.com/mmarich/sbt-simple-junit-xml-reporter-plugin

  • Creates junit xml reports for output from scalatest.

https://github.com/sqality/scct

  • Creates a Scala-friendly code-coverage report, and includes a coberura xml report.

Add the following properties to your project's sonar-project.properties file:

sonar.dynamicAnalysis=reuseReports
sonar.surefire.reportsPath=test-reports
sonar.core.codeCoveragePlugin=cobertura
sonar.java.coveragePlugin=cobertura
sonar.cobertura.reportPath=target/scala-[scala-version]/coverage-report/cobertura.xml

About

SonarQube Scala language plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 52.2%
  • Java 47.8%