Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
miklein committed Dec 12, 2014
1 parent 385dede commit 393acb5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Sonar Scala Plugin
===========
Supports Sonar 3.0+ and requires Cobertura and Surefire plugins.
Supports Sonar 4.5+

To include test and coverage reports:

Expand All @@ -15,8 +15,7 @@ https://github.com/sqality/scct

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

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

0 comments on commit 393acb5

Please sign in to comment.