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

Display every module coverage report #77

Open MGaetan89 opened 7 months ago

MGaetan89 commented 7 months ago

Currently, it seems that only modules with changed files are shown in the PR comment. Would it be possible to add an option to always display the coverage information of every modules, even the changed files are not in these modules?