Skip to content

Releases: scoverage/gradle-scoverage

8.1

25 Jun 21:32
9e6c5b3
Compare
Choose a tag to compare
8.1

Thanks very much to @msigmond for contributing!

  • Add support for -coverage-exclude-classlikes and -coverage-exclude-files for Scala 3
  • Upgrade scoverage version to 2.1.1
  • Build this plugin with Gradle 8.8

Additionally

  • mark the scoverage configuration as resolvable but not consumable

8.0.3

24 Jun 17:50
Compare
Choose a tag to compare

8.0.2

21 May 21:09
bba6532
Compare
Choose a tag to compare

Bugfix

  • #196 Fix for checking coverage amount in non-US locale (thanks @rafalmag)

8.0.1

20 May 20:57
0793a46
Compare
Choose a tag to compare

Bugfix

  • #194 compileScoverageScala fails on Windows

8.0.0

17 May 21:10
6849ddf
Compare
Choose a tag to compare

Breaking Changes

  • -PscoverageCompileOnly is no longer supported

Features

  • Support for Scala 3 and Scoverage 2 (thanks @msigmond)
  • Fix deprecation warnings on Gradle 8

7.0.1

14 May 12:22
Compare
Choose a tag to compare
  • Update the publish plugin used to deploy the plugin i.e. no functional change

7.0.0

23 Aug 19:29
Compare
Choose a tag to compare

Support for Gradle 7 and parallel builds (thanks @eyalroth and @helfper)

6.1.0

11 Aug 21:54
ee291c2
Compare
Choose a tag to compare
  • #159 Support mixed Java/Scala modules using Java annotation processors (thanks @grollinger)

6.0.0

24 Jul 19:56
Compare
Choose a tag to compare
  • Use Scala full version in plugin and binary version in runtime (thanks @helfper )
  • Update to Gradle 7.1

5.0.0

17 Nov 22:18
f92c942
Compare
Choose a tag to compare
  • Support Scala 2.13 with Scoverage 1.4.2
  • Drop support for Scala 2.11 and prior versions of Coverage
  • Fix Gradle BuildCache (#147, thanks @CristianGM)