fix integration tests code coverage not taken into account

This commit is contained in:
Athou
2025-07-20 09:58:01 +02:00
parent f894fdf564
commit 18084995b2
2 changed files with 10 additions and 2 deletions

View File

@@ -240,9 +240,8 @@
</execution>
<execution>
<id>integration-tests-agent</id>
<phase>pre-integration-test</phase>
<goals>
<goal>prepare-agent</goal>
<goal>prepare-agent-integration</goal>
</goals>
<configuration>
<destFile>${project.build.directory}/jacoco-output/jacoco-integration-tests.exec</destFile>
@@ -559,6 +558,11 @@
<artifactId>quarkus-junit5-mockito</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jacoco</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkiverse.playwright</groupId>
<artifactId>quarkus-playwright</artifactId>