I want to create jacoco code coverage report of my maven project. My Main code present in different maven project and testcases are present in different maven project. I want code coverage report of my main code based on my testcases.
Kindly help me on this with step by step in details. Thanking you in advance.
Want to create jacoco test coverage report of my maven project based on my karate testcases present in different maven project.