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

Refactored file organization #64

Closed cicirello closed 2 years ago

cicirello commented 2 years ago

Summary

Refactored file organization, including (among others) isolating the action's entrypoint code to its own file. The purpose is to ease maintainability, as well as in support of future implementation of #40 and also relates to #62.

Types of changes