Sbt Jacoco Versions Save

an sbt plugin for JaCoCo Code Coverage

v3.5.0

2 months ago

updates

behind the scenes

new contributors

Full Changelog: https://github.com/sbt/sbt-jacoco/compare/v3.4.0...v3.5.0

v3.4.0

2 years ago

https://github.com/sbt/sbt-jacoco/compare/v3.3.0...v3.4.0

  • Upgrades underlying JaCoCo to 0.8.7 for JDK 17 support #139 by Gökhan Öner (@gokhanoner)
  • Various upgrades thanks to @scala-steward
  • Updates release to sbt-ci-release #167 by @gokhanoner
  • CI and doc tweaks #142 by @SethTisue

v3.3.0

3 years ago
  • Updates to JaCoCo 0.8.6 #133 by @gzoller
  • Adds Codacy as a compatible coverage service #127 by @franciscodua
  • Fixes Method code too large! by adding jacocoInstrumentationIncludes and jacocoInstrumentationExcludes #102 by @emac
  • Adds support for GitHub actions + Coveralls #126 by @Kevin-Lee
  • Adds GitHub Actions to build and publish #125 by @Kevin-Lee

v3.2.0

3 years ago

https://github.com/sbt/sbt-jacoco/compare/v3.1.0...v3.2.0

  • Updates to JaCoCo 0.8.2 #119 by @iadcode

v3.1.0

5 years ago
  • Fix for paths issue on Windows (#113) - thanks to @eatkins.
  • Add plug-in for uploading results to Coveralls

v3.1.0-M4

5 years ago
  • Document coveralls plugin.
  • Make jacocoCoverallsJobId required.

v3.1.0-M2

5 years ago
  • Include more details in coveralls report.
  • Initial docs for coveralls.

v3.1.0-M3

6 years ago
  • Add git commit info to Coveralls report.

v3.1.0-M1

6 years ago
  • Initial support for sending coverage reports to coveralls.io

v3.0.3

6 years ago
  • Fix scoping of default setting values to remove the need for in Test when overriding settings (#88).