Releases: sbt/sbt-jacoco
Releases · sbt/sbt-jacoco
v3.0.2
v3.0.1
- Rename artifact org to
com.github.sbt
.
Plugin is now loaded using:
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "<version>")
v3.0.0
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
AutoPlugin
s 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
- 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
- Remove
jacoco
andit-jacoco
configurations - everything now happens ontest
orit
. - 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
- Tidying of setting keys.
- Add
compile:jacoco
,test:jacoco
andit:jacoco
aliases.
See the migration guide for how to upgrade.
v3.0.0-M2
- Rename package to
org.scalasbt.jacoco
. - Add & fix scalastyle warnings.
See the migration guide for how to upgrade.
v3.0.0-M1
- 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.