Releases: sbt/sbt-jacoco
Releases · sbt/sbt-jacoco
3.5.0
updates
- Update org.jacoco.core, org.jacoco.report to 0.8.11 by @scala-steward in #287
- Update commons-codec to 1.16.0 by @scala-steward in #272
- Update jackson-core to 2.16.1 by @scala-steward in #295
- Update scala-library to 2.12.17 by @scala-steward in #230
behind the scenes
- Update coverage-services.md to note new Codecov uploader by @pjfanning in #174
- Bump actions/checkout from 3 to 4 by @dependabot in #282
- Bump actions/setup-java from 3 to 4 by @dependabot in #293
- Bump olafurpg/setup-scala from 13 to 14 by @dependabot in #257
- Downgrade sbt-site to 1.3.3 by @eed3si9n in #176
- Move documentation to src/main/paradox by @eed3si9n in #177
- Update mockito-core to 4.11.0 by @scala-steward in #250
- Update org.eclipse.jgit to 5.13.3.202401111512-r by @scala-steward in #296
- Update sbt-buildinfo to 0.11.0 by @scala-steward in #205
- Update sbt-header to 5.10.0 by @scala-steward in #271
- Update sbt-nocomma to 0.1.1 by @scala-steward in #242
- Update sbt-scalafmt to 2.5.2 by @scala-steward in #283
- Update scalafmt-core to 3.7.17 by @scala-steward in #292
- Update scalatest to 3.2.17 by @scala-steward in #285
new contributors
- @pjfanning made their first contribution in #174
- @dependabot made their first contribution in #257
Full Changelog: v3.4.0...v3.5.0
3.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
3.3.0
- 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
andjacocoInstrumentationExcludes
#102 by @emac - Adds support for GitHub actions + Coveralls #126 by @kevin-lee
- Adds GitHub Actions to build and publish #125 by @kevin-lee
3.2.0
v3.1.0
v3.1.0-M4
- Document coveralls plugin.
- Make
jacocoCoverallsJobId
required.
v3.1.0-M3
- Add git commit info to Coveralls report.
v3.1.0-M2
- Include more details in coveralls report.
- Initial docs for coveralls.
v3.1.0-M1
- Initial support for sending coverage reports to coveralls.io