Skip to content

Releases: razvn/jacoco-to-cobertura-gradle-plugin

v1.3.2

09 Jan 11:26
974e7ba
Compare
Choose a tag to compare

What's Changed

v1.3.1

30 Dec 12:54
Compare
Choose a tag to compare
  • Config option rootPackageToRemove is optional H/T @eliezio

What's Changed

  • Mark rootPackageToRemove as optional by @eliezio in #28

Full Changelog: v1.3.0...v1.3.1

v1.3.0

28 Dec 11:45
Compare
Choose a tag to compare
  • Upgrade to gradle 8.12 & libs updates H/T @eliezio
  • Added new config option rootPackageToRemove to strip the root package from the filename name in the cobertura report (useful for kotlin root classe that are not in a package directory) (fixes: #24)
  • Fix: filename incorrect path separator (from . to /)

What's Changed

  • Fix incompatibility with Gradle 8.12 by @eliezio in #27

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

09 Jul 14:38
1cfd1d8
Compare
Choose a tag to compare
  • Cleaned-up and modernized. H/T @bddckr
  • configuration change [Breaking]: see readme for details
  • update to Kotlin 1.9.0 & Gradle 8.2

v1.1.2

13 Jan 07:44
Compare
Choose a tag to compare
  • Remove debugging prints forgot

v1.1.1

09 Jan 14:59
6a8dca3
Compare
Choose a tag to compare
  • Add verbose option that prints some output when set to true otherwise if everything runs ok no output is produced
  • Creates the output directories needed (if possible).
  • Add support for Kotlin Android sourceSet. H/T @fadookie

v1.1.0

20 Oct 21:26
Compare
Choose a tag to compare
  • Add split by package property to split in multiple xml files (to avoid Gitlab 10MB limit per file). H/T @DrewCarlson
  • Fix: replace getByName with findByName for avoiding exception in KMM project. H/T @DrewCarlson

v1.0.2

06 Sep 22:27
f355cba
Compare
Choose a tag to compare
  • Fixes error in kotlin multiplatform projects while detecting the source sets

v1.0.1

01 Jul 18:57
Compare
Choose a tag to compare
  • Fixes error if multiple sourceinfo elements

v1.0.0

28 Jun 19:15
3345eab
Compare
Choose a tag to compare
  • Initial release version
  • configuration change [Breaking]: intputFile and outputFile now take a File as param instead of string path