My process created an exec file while trying to generate a report from it, getting an error:
Exception in thread "main" java.io.IOException: Invalid execution data file. at org.jacoco.core.data.ExecutionDataReader.readHeader(ExecutionDataReader.java:125) at org.jacoco.core.data.ExecutionDataReader.readBlock(ExecutionDataReader.java:109) at org.jacoco.core.data.ExecutionDataReader.read(ExecutionDataReader.java:92) readHeader() method is expecting the first char to be 49344 But in my case it's 16191 - is there any meaning for this value? -- 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/7ea84c9a-9a94-495a-a09c-0a2750f78632%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
