You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2018/11/29 21:43:13 UTC

[5/5] incubator-tamaya-extensions git commit: TAMAYA-217: Adapt mutation threshold to current state

TAMAYA-217: Adapt mutation threshold to current state


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/86a0c3ca
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/86a0c3ca
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/86a0c3ca

Branch: refs/heads/master
Commit: 86a0c3cad2fed4a4eb1a6c3a5e3e2aa9c453fc1b
Parents: 291af11
Author: Phil Ottlinger <po...@apache.org>
Authored: Thu Nov 29 22:42:55 2018 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Thu Nov 29 22:42:55 2018 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/86a0c3ca/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2b65bef..08355c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -563,7 +563,7 @@ under the License.
                     <artifactId>pitest-maven</artifactId>
                     <version>${pitest-plugin.version}</version>
                     <configuration>
-                        <mutationThreshold>31</mutationThreshold>
+                        <mutationThreshold>8</mutationThreshold>
                         <timestampedReports>false</timestampedReports>
                         <targetClasses>
                             <param>org.apache.tamaya.*</param>