Skip to content

Releases: sbt/sbt-jacoco

v2.1.6

03 Sep 17:10
Compare
Choose a tag to compare
  • 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

v2.1.5

03 Sep 17:10
Compare
Choose a tag to compare
  • Added report summary to the build output
  • Added check for required coverage (fixing #14)
  • Updated to JaCoCo version 0.7.0 (fixing #18)

v2.1.4

03 Sep 17:09
Compare
Choose a tag to compare
  • Fixed a bad regression (#8) and added tests so that it doesn't happen again
  • Made code coverage work with forked tests (#3 again, #6 and #9) - this should make life a lot easier for Play2 users

v2.1.3

03 Sep 17:09
Compare
Choose a tag to compare
  • Fixed #3 (working directory in JaCoCo configuration)
  • Updated to latest JaCoCo version 0.6.4

v2.1.2

03 Sep 17:09
Compare
Choose a tag to compare
  • Added a Scala-specific report format (contributed by Jason)

v2.1.1

03 Sep 17:09
Compare
Choose a tag to compare
  • Updated for sbt 0.13.0 (final)

v2.1.0

03 Sep 17:09
Compare
Choose a tag to compare
  • Updated to work with sbt 0.13.x (contributed by Patrick)
  • Updated to latest JaCoCo version 0.6.3

v2.0.0

03 Sep 17:09
Compare
Choose a tag to compare
  • Integration testing
  • (Optional) merging coverage of unit and integration tests
  • clean key for cleaning the JaCoCo output directory selectively

v1.2.2

03 Sep 17:08
Compare
Choose a tag to compare
  • Includes and excludes