Skip to content

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 filtersincludeClasses and excludeClasses at the view level, in addition to global excludeClasses.

Deprecated

  • matchClasses property in ReportView — use includeClasses instead.

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 matchClasses in report views.
  • Maven Central publishing support.

Fixed

  • Configuration cache issues.
  • Full coverage custom view handling with IntelliJ engine.
  • excludeClasses now 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.