Sbt Jacoco Versions Save

an sbt plugin for JaCoCo Code Coverage

v3.0.2

6 years ago
  • 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

6 years ago
  • Rename artifact org to com.github.sbt.

Plugin is now loaded using:

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

v3.0.0

6 years ago

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

6 years ago
  • 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

6 years ago
  • 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

6 years ago
  • 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

6 years ago
  • Rename package to org.scalasbt.jacoco.
  • Add & fix scalastyle warnings.

See the migration guide for how to upgrade.

v3.0.0-M1

6 years ago
  • 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.2.0

6 years ago
  • 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

v2.1.6

6 years ago
  • Updated to JaCoCo version 0.7.1 (fixing #22)
  • Fixed integration test settings (fixing #13)
  • Updated sbt to 0.13.5 and other small fixes