Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 0edb58a3b -> 9f844ab3e
[TAMAYA-291] Coverage is now at 32%. 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/9f844ab3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/9f844ab3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/9f844ab3 Branch: refs/heads/master Commit: 9f844ab3ef502581e7c3a6131cd2fee49bb71fa1 Parents: 0edb58a Author: Oliver B. Fischer <[email protected]> Authored: Sun Nov 5 15:30:54 2017 +0100 Committer: Oliver B. Fischer <[email protected]> Committed: Sun Nov 5 15:30:54 2017 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/9f844ab3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4774607..1b9547e 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>30</mutationThreshold> + <mutationThreshold>32</mutationThreshold> <timestampedReports>false</timestampedReports> <targetClasses> <param>org.apache.tamaya.*</param>
