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 2017/11/20 20:46:00 UTC

incubator-tamaya-extensions git commit: TAMAYA-318: Reduce pitest threshold.

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master d503ef491 -> fd425470d


TAMAYA-318: Reduce pitest threshold.


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/fd425470
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/fd425470
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/fd425470

Branch: refs/heads/master
Commit: fd425470d558f78fbde3c9da7ddde8ea48cd905e
Parents: d503ef4
Author: Phil Ottlinger <po...@apache.org>
Authored: Mon Nov 20 21:45:37 2017 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Mon Nov 20 21:45:37 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/fd425470/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8aa0ba5..4c45296 100644
--- a/pom.xml
+++ b/pom.xml
@@ -518,7 +518,7 @@ under the License.
                     <artifactId>pitest-maven</artifactId>
                     <version>${pitest-plugin.version}</version>
                     <configuration>
-                        <mutationThreshold>34</mutationThreshold>
+                        <mutationThreshold>31</mutationThreshold>
                         <timestampedReports>false</timestampedReports>
                         <targetClasses>
                             <param>org.apache.tamaya.*</param>