You can get Jacoco code coverage report by calling
https: ./// view / test / work // lastSuccessfulBuild / jacoco / API / XML
This will give a report on the coverage of the code in xml format and from there you can get what you want.
thank
source
share