Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 6b360c803 -> a716c0974
[TAMAYA-291] Coverage is now at 28%. 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/a716c097 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/a716c097 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/a716c097 Branch: refs/heads/master Commit: a716c0974a9b466fb2cb00336f4fe91fd45ed669 Parents: 6b360c8 Author: Oliver B. Fischer <[email protected]> Authored: Mon Oct 9 20:29:05 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Mon Oct 9 20:29:05 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/a716c097/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 341a05d..90fecab 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>27</mutationThreshold> + <mutationThreshold>28</mutationThreshold> <timestampedReports>false</timestampedReports> <targetClasses> <param>org.apache.tamaya.*</param>
