cicirello / jacoco-badge-generator

Coverage badges, and pull request coverage checks, from JaCoCo reports in GitHub Actions
https://actions.cicirello.org/jacoco-badge-generator/
MIT License
101 stars 42 forks source link

Support glob patterns for specifying multiple jacoco reports for multimodule projects #113

Closed cicirello closed 1 year ago

cicirello commented 1 year ago

Summary

Added support for using glob patterns to specify multiple jacoco report files for multimodule projects. Note that documentation will be updated at the time this feature is released, and README deliberately not updated yet (e.g., GitHub automatically propagates README changes to the Action's page in Marketplace regardless of whether a new release is created).

Closing Issues

Closes #112

Types of changes