From bfbc6964c1264826c649f25526a61dfef5e98f76 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Mon, 13 Jan 2025 03:48:07 +0300 Subject: [PATCH] 80% mutation coverage --- pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index b6624c75..a343f882 100644 --- a/pom.xml +++ b/pom.xml @@ -284,6 +284,29 @@ OF THE POSSIBILITY OF SUCH DAMAGE. + + org.pitest + pitest-maven + 1.17.4 + + + + mutationCoverage + + + 4 + 80 + + + + + + org.pitest + pitest-junit5-plugin + 1.2.1 + + +