File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
samples/sbt/multi-module/project Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,18 @@ Source code markup with covered and uncovered lines:
9191
9292## Changelog ##
9393
94+ ### 5.1.2 - 25 October 2015 ###
95+
96+ ** [ Michael Zinsmaier] ( https://github.com/MichaelZinsmaier ) pull requests:**
97+
98+ - [ Improved path handling, reported filenames are converted to src dir relative paths] ( https://github.com/RadoBuransky/sonar-scoverage-plugin/pull/22 )
99+ - [ Adding directory coverage thus supporting the Treemap widget] ( https://github.com/RadoBuransky/sonar-scoverage-plugin/pull/23 )
100+ - [ Added total statements metric to avoid overlaps with coremetrics] ( https://github.com/RadoBuransky/sonar-scoverage-plugin/pull/24 )
101+
102+ ** [ Justin Kaeser] ( https://github.com/jastice ) pull request:**
103+
104+ - [ fix link syntax, link to releases] ( https://github.com/RadoBuransky/sonar-scoverage-plugin/pull/26 )
105+
94106### 5.1.1 - 7 May 2015 ###
95107
96108- Upgrade to SonarQube 5.1 API
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33SONAR_HOME=~ /bin/sonarqube-5.1
4- PLUGIN_VERSION=5.1.1
4+ PLUGIN_VERSION=5.1.2
55
66mvn install
77
Original file line number Diff line number Diff line change 1111 </parent >
1212
1313 <artifactId >sonar-scoverage-plugin</artifactId >
14- <version >5.1.1 </version >
14+ <version >5.1.2 </version >
1515 <packaging >sonar-plugin</packaging >
1616 <name >Sonar Scoverage Plugin</name >
1717
Original file line number Diff line number Diff line change 11resolvers += Classpaths .sbtPluginReleases
22
3- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.1.0 " )
3+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 1.0.4 " )
You can’t perform that action at this time.
0 commit comments