Madrapps / jacoco-report

Github action that publishes the JaCoCo report as a comment in the Pull Request
https://github.com/marketplace/actions/jacoco-report
MIT License
144 stars 63 forks source link

Add aggregate report process #45

Closed mavotto closed 1 year ago

mavotto commented 1 year ago

The ability to be able to process aggregate reports generated by Jacoco is added in this pr. The functionality is enabled by setting aggregate-mode to true

fixes https://github.com/Madrapps/jacoco-report/issues/40

thsaravana commented 1 year ago

The DTD is not fully supported. There are still cases like "group can exist within group", "report can contain both group and package"...
I will add the full DTD support along with the Multi Module support.