From 523774707b72c0dab0221e2d2b335b3b036d81e2 Mon Sep 17 00:00:00 2001 From: Marcus van Elst Date: Tue, 21 Apr 2026 06:06:45 +0200 Subject: [PATCH] =?UTF-8?q?PIT=20auf=20Domain=20und=20Application=20beschr?= =?UTF-8?q?=C3=A4nken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pdf-umbenenner-adapter-in-gui/pom.xml | 10 ++++++---- pdf-umbenenner-application/pom.xml | 14 ++++++++++++++ pdf-umbenenner-domain/pom.xml | 14 ++++++++++++++ pom.xml | 1 + 4 files changed, 35 insertions(+), 4 deletions(-) diff --git a/pdf-umbenenner-adapter-in-gui/pom.xml b/pdf-umbenenner-adapter-in-gui/pom.xml index 9a924dd..392132f 100644 --- a/pdf-umbenenner-adapter-in-gui/pom.xml +++ b/pdf-umbenenner-adapter-in-gui/pom.xml @@ -169,11 +169,13 @@ + true 0 0 diff --git a/pdf-umbenenner-application/pom.xml b/pdf-umbenenner-application/pom.xml index f62532d..dab27a2 100644 --- a/pdf-umbenenner-application/pom.xml +++ b/pdf-umbenenner-application/pom.xml @@ -50,6 +50,20 @@ + + org.pitest + pitest-maven + + + pitest + + false + 70 + 70 + + + + org.jacoco jacoco-maven-plugin diff --git a/pdf-umbenenner-domain/pom.xml b/pdf-umbenenner-domain/pom.xml index e84e09c..1f5912c 100644 --- a/pdf-umbenenner-domain/pom.xml +++ b/pdf-umbenenner-domain/pom.xml @@ -20,6 +20,20 @@ + + org.pitest + pitest-maven + + + pitest + + false + 70 + 70 + + + + org.jacoco jacoco-maven-plugin diff --git a/pom.xml b/pom.xml index c6c1dbe..72a08c1 100644 --- a/pom.xml +++ b/pom.xml @@ -248,6 +248,7 @@ mutationCoverage + true 70 70