I am trying to integrate jacoco. I successfully integrated it with unit tests 
using the following configuration

<plugin>
<executions>
    <execution>
        <goals>
            <goal>prepare-agent</goal>
        <goals>
    </execution>
    <execution>
        <id>report</id>
        <phase>prepare-package</phase>
        <goals>
            <goal>report</goal>
        <goals>
    </execution>
</executions>
</plugin>

I replaced prepare-agent goal with prepare-agent-integration but i cant see any 
reports.

I see a message saying skipping jacoco execution due to missing classes 
directory.

My integration tests are in a seperate module.

Can anyone please help me how to configure jacoco for my integration tests?

I am using jersey-test-framework-grizzly2 1.12 from 
com.sun.jersey.jersey-test-framework

-- 
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/52ef0c89-8e45-4414-8d0c-2d2ccf77a1e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to