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 <[email protected]> Authored: Mon Nov 20 21:45:37 2017 +0100 Committer: Phil Ottlinger <[email protected]> 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>
