Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 6b8378eeb -> 25d326cca
[TAMAYA-291] The coverage is actual only 34%. 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/25d326cc Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/25d326cc Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/25d326cc Branch: refs/heads/master Commit: 25d326ccaf65ac547b63de991079fd2fae06b1cb Parents: 6b8378e Author: Oliver B. Fischer <[email protected]> Authored: Tue Nov 7 22:34:18 2017 +0100 Committer: Oliver B. Fischer <[email protected]> Committed: Tue Nov 7 22:34:18 2017 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/25d326cc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8cca0c9..8aa0ba5 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>35</mutationThreshold> + <mutationThreshold>34</mutationThreshold> <timestampedReports>false</timestampedReports> <targetClasses> <param>org.apache.tamaya.*</param>
