forked from Archives/Athou_commafeed
fix integration tests code coverage not taken into account
This commit is contained in:
@@ -240,9 +240,8 @@
|
|||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>integration-tests-agent</id>
|
<id>integration-tests-agent</id>
|
||||||
<phase>pre-integration-test</phase>
|
|
||||||
<goals>
|
<goals>
|
||||||
<goal>prepare-agent</goal>
|
<goal>prepare-agent-integration</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<destFile>${project.build.directory}/jacoco-output/jacoco-integration-tests.exec</destFile>
|
<destFile>${project.build.directory}/jacoco-output/jacoco-integration-tests.exec</destFile>
|
||||||
@@ -559,6 +558,11 @@
|
|||||||
<artifactId>quarkus-junit5-mockito</artifactId>
|
<artifactId>quarkus-junit5-mockito</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.quarkus</groupId>
|
||||||
|
<artifactId>quarkus-jacoco</artifactId>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.quarkiverse.playwright</groupId>
|
<groupId>io.quarkiverse.playwright</groupId>
|
||||||
<artifactId>quarkus-playwright</artifactId>
|
<artifactId>quarkus-playwright</artifactId>
|
||||||
|
|||||||
@@ -41,6 +41,10 @@ quarkus.native.add-all-charsets=true
|
|||||||
# fix for https://github.com/Athou/commafeed/issues/1795
|
# fix for https://github.com/Athou/commafeed/issues/1795
|
||||||
quarkus.native.additional-build-args=-H:PageSize=65536
|
quarkus.native.additional-build-args=-H:PageSize=65536
|
||||||
|
|
||||||
|
# jacoco
|
||||||
|
## we generate the report ourselves by aggregating the unit tests and integration tests jacoco.exec files
|
||||||
|
quarkus.jacoco.report=false
|
||||||
|
|
||||||
|
|
||||||
# dev profile overrides
|
# dev profile overrides
|
||||||
%dev.quarkus.http.port=8083
|
%dev.quarkus.http.port=8083
|
||||||
|
|||||||
Reference in New Issue
Block a user