Skip to content

0.2.0: Configure Jacoco report path

Latest
Compare
Choose a tag to compare
@kaklakariada kaklakariada released this 23 Oct 10:01
36d3564

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