Releases: razvn/jacoco-to-cobertura-gradle-plugin
Releases · razvn/jacoco-to-cobertura-gradle-plugin
v1.3.2
v1.3.1
v1.3.0
- 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
New Contributors
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v1.1.2
v1.1.1
v1.1.0
- 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