Skip to content

Commit

Permalink
Update README to cover current status.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthepsy committed Oct 22, 2014
1 parent 12a14f8 commit f21727a
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
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
Supports SonarQube 4.5+

0 comments on commit f21727a

Please sign in to comment.