I have a service which uses 4-5 separately developed libraries. As of now, we can get code coverage of service using JOCoCo but now we also want to include the coverage of dependent libraries in the coverage report.
Is it possible to do it? If yes then any reference for the same would be really helpful.
Also, is it possible to consolidate the coverage report of these dependent libraries across multiple services?
Thanks in advance.