@@ -26,17 +26,17 @@ just plain average of coverage rates for sub-projects.
2626- [ SonarQube] 5.1
2727- [ Scoverage] 1.1.0
2828
29- ## Installation ##
30-
31- Download and copy [ sonar-scoverage-plugin-5.1.1.jar] [ PluginJar] to the Sonar plugins directory
32- (usually <SONAR_INSTALLATION_ROOT>/extensions/plugins). Restart Sonar.
33-
3429### Support for older versions of Sonar ###
3530
3631- [ SonarQube 4.5] (https://github.com/RadoBuransky/sonar-scoverage-plugin/tree/sonar45 )
3732- [ SonarQube 4.2] (https://github.com/RadoBuransky/sonar-scoverage-plugin/tree/sonar45 )
3833- [ SonarQube 3.5] (https://github.com/RadoBuransky/sonar-scoverage-plugin/tree/sonar35 )
3934
35+ ## Installation ##
36+
37+ Download and copy [ sonar-scoverage-plugin-5.1.1.jar] [ PluginJar] to the Sonar plugins directory
38+ (usually <SONAR_INSTALLATION_ROOT>/extensions/plugins). Restart Sonar.
39+
4040## Configure Sonar runner ##
4141
4242Set location of the ** scoverage.xml** file in the ** sonar-project.properties** located in your project's
@@ -77,16 +77,16 @@ Take a look at a sample SBT multi-module project located in this repository in t
7777## Screenshots ##
7878
7979Project dashboard with Scoverage plugin:
80- ![ Project dashboard with Scoverage plugin] ( /doc/img/01_dashboard .png " Project dashboard with Scoverage plugin ")
80+ ![ Project dashboard with Scoverage plugin] ( /doc/img/01 .png " Project dashboard with Scoverage plugin ")
8181
8282Multi-module project overview:
83- ![ Multi-module project overview] ( /doc/img/02_detail .png " Multi-module project overview ")
83+ ![ Multi-module project overview] ( /doc/img/02 .png " Multi-module project overview ")
8484
8585Columns with statement coverage, total number of statements and number of covered statements:
86- ![ Columns] ( /doc/img/03_columns .png " Columns ")
86+ ![ Columns] ( /doc/img/03 .png " Columns ")
8787
8888Source code markup with covered and uncovered lines:
89- ![ Source code markup] ( /doc/img/04_coverage .png " Source code markup ")
89+ ![ Source code markup] ( /doc/img/04 .png " Source code markup ")
9090
9191## Changelog ##
9292
0 commit comments