Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master a9552da35 -> 8fc2efbdb
[TAMAYA-290] Mutation coverage is now 26%. 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/175241f8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/175241f8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/175241f8 Branch: refs/heads/master Commit: 175241f83c842263b377fdf3b45c71ae6bd521ce Parents: a9552da Author: Oliver B. Fischer <[email protected]> Authored: Sat Sep 23 21:31:58 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Thu Sep 28 23:43:09 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/175241f8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4e99f80..f939567 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>24</mutationThreshold> + <mutationThreshold>26</mutationThreshold> <timestampedReports>false</timestampedReports> <targetClasses> <param>org.apache.tamaya.*</param>
