PavanMudigonda / jacoco-reporter

GitHub Action to Publish JaCoCo Format Code Coverage XML and attach it to the Workflow Run as a Check Run. Also can enforce Coverage Quality Gate.
https://linkedin.com/in/PavanMudigonda
MIT License
63 stars 7 forks source link

Support for multi-module projects with multiple coverage reports #47

Open anharvey opened 10 months ago

anharvey commented 10 months ago

Is your feature request related to a problem? Please describe. Currently this action only supports a single path to an XML coverage file

Describe the solution you'd like To be able to pass multiple paths to multiple XML coverage files

Describe alternatives you've considered None

Additional context N/A