On Friday, July 12, 2019 at 3:32:42 AM UTC+2, [email protected] wrote:
>
> Hi,
>
> I was using the jacoco agent in tcpserver mode, and use ant to dump the 
> execution result remotely. It seems that jacoco execution result is 
> cumulative, i.e., result for each test run will be added to the existing 
> result so far. So, how can I clear the current execution result so that I 
> can get the 'clean' or 'ur' execution result of a particular test run?
>
> Thanks.
> --huafeng
>


See documentation of "dump" Ant task at 
https://www.jacoco.org/jacoco/trunk/doc/ant.html
set "reset" parameter to "true" to reset data on agent side
and
do not append it to same "destfile" or set parameter "append" to "false" to 
overwrite file.

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/4dd8292d-1905-4af7-aae1-8d97ff59cdf7%40googlegroups.com.

Reply via email to