Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.04 KB

changes_0.2.0.md

File metadata and controls

31 lines (19 loc) · 1.04 KB

Quality Summarizer Maven Plugin 0.2.0, released 2024-10-23

Code name: Configure Jacoco report path.

Summary

This release allows configuring the JaCoCo report path. It also downgrades the required Maven version from 3.8.8 to 3.8.7, allowing this plugin to work on GitHub action runners windows-latest. The release also allows reading JaCoCo report with doctype declaration and extracts the overall coverage from the JaCoCo report.

Features

  • #8: Configure JaCoCo report path

Bugfixes

  • #9: Downgrade required Maven version
  • #7: Allow reading JaCoCo report with doctype declaration
  • #13: Extract overall coverage JaCoCo report

Dependency Updates

Test Dependency Updates

  • Updated commons-io:commons-io:2.16.1 to 2.17.0
  • Updated org.junit.jupiter:junit-jupiter-params:5.11.0 to 5.11.3
  • Added org.mockito:mockito-junit-jupiter:5.14.2
  • Added org.slf4j:slf4j-api:2.0.16
  • Added org.slf4j:slf4j-jdk14:2.0.16

Plugin Dependency Updates

  • Updated org.apache.maven.plugins:maven-dependency-plugin:3.7.1 to 3.8.0