From 7026eddc1a9816fb6eb27f92b9286806e321919a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20T=C3=B6gel?= <71888952+TobiTgl@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:33:55 +0100 Subject: [PATCH] exclude /helper in jacoco report --- backend/src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 3fe78b7f..30ff4dcf 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -12,3 +12,5 @@ quarkus.native.resources.includes=publicKey.pem # Private signing key smallrye.jwt.sign.key.location=privateKey.pem + +quarkus.jacoco.excludes=**/helper/**/* \ No newline at end of file