add even more integration tests

This commit is contained in:
Athou
2025-07-21 07:58:59 +02:00
parent c6cc47192c
commit f7ae2e6689
27 changed files with 1772 additions and 107 deletions

View File

@@ -41,10 +41,6 @@ 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