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

Full support for multi-module projects #49

Closed thsaravana closed 1 year ago

thsaravana commented 1 year ago

For multi-module project we can have two cases:

  1. The jacoco report is consolidated and we have only 1 coverage.xml
  2. Each module has it's own coverage.xml

For both the cases, the jacoco-report action works, but it could be made better:

What is considered as a module?

Things to do: