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

Request additional parameters for test coverage metrics #82

Open kldaji opened 5 months ago

kldaji commented 5 months ago

There are various criteria for measuring test coverage, e.g. Instruction, Branch, Line, etc.

I think it only provides instruction at the moment, but it would be good to receive various criteria such as Line and Branch as parameters and use them customarily!