Code coverage and code review tools
In pegaworld 2016 slides: Enabling DevOps with Pega7, there is one slide that showed about doing code coverage using JaCoCo.
- Functional Code Coverage metrics: JaCoCo
How do I do that with jacoco library on Pega? I want to see code coverage (which lines of code are being executed) and be able to generate reports.
***Updated by moderator: Lochan to add Categories***