Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master bb73cdbfb -> 7483ab3d0
[TAMAYA-291] Coverage is now at 29%. 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/7483ab3d Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/7483ab3d Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/7483ab3d Branch: refs/heads/master Commit: 7483ab3d006c8ab210c1b61b1b04b0665648e770 Parents: 6050bd6 Author: Oliver B. Fischer <[email protected]> Authored: Sat Oct 14 22:38:37 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Sat Oct 14 22:38:58 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/7483ab3d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 90fecab..40372fc 100644 --- a/pom.xml +++ b/pom.xml @@ -521,7 +521,7 @@ under the License. <artifactId>pitest-maven</artifactId> <version>${pitest-plugin.version}</version> <configuration> - <mutationThreshold>28</mutationThreshold> + <mutationThreshold>29</mutationThreshold> <timestampedReports>false</timestampedReports> <targetClasses> <param>org.apache.tamaya.*</param>
