You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to pass the argLine value set by the jacoco-maven-plugin to the created jvm? That way Jacoco would work fine for integration tests that simply use the jar.
Obviously it won't work on docker/native, just on the java one.
The text was updated successfully, but these errors were encountered:
In our CI we first do a simple
mvn verify
run with jacoco enabled, so we can get proper test coverage results.With QuarkusIntegrationTest, the jar is obviously run on a separate JVM, which doesn't have the jacoco java-agent.
quarkus/test-framework/common/src/main/java/io/quarkus/test/common/JarLauncher.java
Lines 78 to 79 in 1871e8e
Would it be possible to pass the
argLine
value set by the jacoco-maven-plugin to the created jvm? That way Jacoco would work fine for integration tests that simply use the jar.Obviously it won't work on docker/native, just on the java one.
The text was updated successfully, but these errors were encountered: