Re: [java code coverage] collect the coverage data by every case

2020-08-14 Thread Marc Hoffmann
Hi, JaCoCo does not support what you want to do. We have no relationships between probes and test cases. As you already wrote the only way is to dump&reset execution data after every test case. > I want to add some extra info on the probe, such as the case id, is that OK? What do you mean by

[java code coverage] collect the coverage data by every case

2020-08-08 Thread winter
I am using the jacoco on the project A, then I do some test on the project A. for example, I ran 10 test cases, I want to collect the coverage data by every case, it means I need 10 coverage data, but the 10 test cases were executed in a short time, so I cannot dump and generate report after the