Skip to content

Releases: sbt/sbt-jacoco

v3.0.2

02 Oct 10:43
7415468
Compare
Choose a tag to compare
  • Fix file not found issue if only outputting CSV or XML reports (#89).
  • Fix issues with random coverage in multi-builds (#90).
  • Ensure JaCoCo agent is added for forked integration tests (#93).

v3.0.1

25 Sep 10:51
f5f923e
Compare
Choose a tag to compare
  • Rename artifact org to com.github.sbt.

Plugin is now loaded using:

addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "<version>")

v3.0.0

20 Sep 15:25
607fea3
Compare
Choose a tag to compare

sbt-jacoco 3.0.0 is a major update that brings the plugin up to date with the current SBT plugin best practices.

Improvement/fixes include:

  • Support for SBT 1.0.
  • Rename of project from jacoco4sbt to sbt-jacoco and artefact to org.scala-sbt/sbt-jacoco.
  • Plugins are now AutoPlugins and don't require importing of settings.
  • Prefixing of setting/task keys with jacoco.
  • Plus lots of minor fixes.

See the migration guide for how to upgrade.

v3.0.0-M5

18 Sep 12:24
cc9d1a6
Compare
Choose a tag to compare
v3.0.0-M5 Pre-release
Pre-release
  • Improve report summary output so that it doesn't interleave with other log messages.
  • Code tidying for reporting and execution data I/O.

See the migration guide for how to upgrade.

v3.0.0-M4

18 Sep 12:21
989999e
Compare
Choose a tag to compare
v3.0.0-M4 Pre-release
Pre-release
  • Remove jacoco and it-jacoco configurations - everything now happens on test or it.
  • Restructure results and data directories.
  • Fix an issue with Java options in forked mode.

See the migration guide for how to upgrade.

v3.0.0-M3

10 Sep 21:46
81d0250
Compare
Choose a tag to compare
v3.0.0-M3 Pre-release
Pre-release
  • Tidying of setting keys.
  • Add compile:jacoco, test:jacoco and it:jacoco aliases.

See the migration guide for how to upgrade.

v3.0.0-M2

08 Sep 10:12
1eb9569
Compare
Choose a tag to compare
v3.0.0-M2 Pre-release
Pre-release
  • Rename package to org.scalasbt.jacoco.
  • Add & fix scalastyle warnings.

See the migration guide for how to upgrade.

v3.0.0-M1

07 Sep 08:30
75e0562
Compare
Choose a tag to compare
v3.0.0-M1 Pre-release
Pre-release
  • Rename plugin artefact to org.scala-sbt/sbt-jacoco.
  • Plugin is now automatically enabled.
  • Settings & task keys are now prefixed with jacoco to namespace them.

See the migration guide for how to upgrade.

v2.3.0

03 Sep 17:08
Compare
Choose a tag to compare
  • Update to JaCoCo version 0.7.6 (#67)
  • Include license info (EPL v1.0) in generated artifacts (fixing #64)

v2.2.0

03 Sep 17:10
Compare
Choose a tag to compare
  • Update to JaCoCo version 0.7.5 (fixing #47)
  • Update sbt to 0.13.11
  • Update Scala to 2.10.6
  • Restructure the build, update several dependencies