Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master bc3d9918a -> 2d32caaa7
[TAMAYA-290] Mutation coverage is now 24%. 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/84e5485c Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/84e5485c Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/84e5485c Branch: refs/heads/master Commit: 84e5485cd6ddf026ed1a87d0cdb366627e530c05 Parents: bc3d991 Author: Oliver B. Fischer <[email protected]> Authored: Sat Sep 23 20:32:00 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Sat Sep 23 20:32:00 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/84e5485c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 397e8f4..58d8efd 100644 --- a/pom.xml +++ b/pom.xml @@ -522,7 +522,7 @@ under the License. <artifactId>pitest-maven</artifactId> <version>${pitest-plugin.version}</version> <configuration> - <mutationThreshold>23</mutationThreshold> + <mutationThreshold>24</mutationThreshold> <timestampedReports>false</timestampedReports> <targetClasses> <param>org.apache.tamaya.*</param>
