From c271a4eb9f1bc60146c2a051cd8f75624e66d2b0 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 26 Mar 2020 13:41:00 +0100 Subject: [PATCH] Added pitest integration; fixes gh-154 (#155) --- pom.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/pom.xml b/pom.xml index 54274ad7..2f7c52cc 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,8 @@ 1.16 0.0.7 3.1.0 + 1.5.0 + 0.12 false true true @@ -1498,5 +1500,40 @@ true + + mutation + + + + org.pitest + pitest-maven + ${pitest-maven.version} + + + true + + XML + + false + + + + mutationCoverage + + mutationCoverage + + + + + + org.pitest + pitest-junit5-plugin + ${pitest-junit5-plugin.version} + + + + + +