We have a need where we need to know which were the list of test cases that covered a specific lines in a given class. is it possible to track that kind of information in jacoco?
We want to get the list of test cases that covered a specific method in a given class so that, we will run only those test cases if that method is modified in future for regression.
Can you please provide the details?
Thanks,
Sridhar