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

@@ -41,6 +41,10 @@ quarkus.native.add-all-charsets=true
# fix for https://github.com/Athou/commafeed/issues/1795
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.quarkus.http.port=8083