Changelog¶
3.6.0¶
New Features¶
- CLI Tool — Standalone command-line interface for running delta coverage without the Gradle plugin. Supports both JaCoCo and IntelliJ engines, glob patterns, YAML config, and all report formats.
- Explain Report — Debug and troubleshoot Delta Coverage configuration.
- Per-view class filters —
includeClassesandexcludeClassesat the view level, in addition to globalexcludeClasses.
Deprecated¶
matchClassesproperty inReportView— useincludeClassesinstead.
Fixed¶
- Fixed eager task evaluation during plugin configuration phase (improved configuration cache compatibility).
3.5.0¶
New Features¶
- Exclude filters for IntelliJ full coverage reports.
- Custom class filters via
matchClassesin report views. - Maven Central publishing support.
Fixed¶
- Configuration cache issues.
- Full coverage custom view handling with IntelliJ engine.
excludeClassesnow correctly applies to full coverage reports (IntelliJ engine).
Older Versions¶
See the full changelog in CHANGELOG.md or GitHub Releases.
For migration between major versions, see the Migration Guide.