Skip to content

Releases: scoverage/gradle-scoverage

4.1.0

17 Sep 20:22
Compare
Choose a tag to compare
  • Make the plugin compatible with Palantir's consistent versions plugin

4.0.2

09 Jun 21:05
Compare
Choose a tag to compare
  • Fix ScoverageReport task inputs declaration (@CristianGM)
  • Allow dependency project not to use scoverage (@JozoVilcek)

Thanks both.

4.0.1

01 Dec 22:07
c5870c9
Compare
Choose a tag to compare
  • 4.0.0 does not work with scala 2.11 (#125)
  • De-duplicate coverage files
  • Annotate ScoverageRunner for use with Gradle 6.0

4.0.0

20 Nov 21:16
Compare
Choose a tag to compare
  • support for scala 2.13.1 (#106, #109)
  • support for java-platform (#121)
  • cannot configure check task (#120)
  • do not automatically apply the plugin to subprojects (#118)

With thanks to @eyalroth for many fixes.

3.2.0

14 Sep 20:18
cce88d7
Compare
Choose a tag to compare
  • Fix #112 - specific module in multi module project without normal compilation
  • Better scala version detection

Thanks to @eyalroth for the changes.

3.1.5

23 Jun 19:59
924bf49
Compare
Choose a tag to compare
  • Fixes a remaining 2.11 bug (thanks @alisiikh)

3.1.4

14 Jun 18:38
Compare
Choose a tag to compare
  • restores support for Scala 2.11 (#94)

3.1.3

01 Jun 20:41
Compare
Choose a tag to compare
  • restores support for Java sources (thanks @alisiikh)

3.1.2

25 May 17:55
4e29e14
Compare
Choose a tag to compare
  • Fixed bug: ConcurrentModificationException during project evaluation - thanks @alisiikh

3.1.1

23 May 19:53
Compare
Choose a tag to compare
  • fix publishing to maven central