You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2017/09/23 16:00:26 UTC

incubator-tamaya-extensions git commit: [TAMAYA-290] Mutation coverage is now 23%.

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master be78b85a8 -> 620e89ddd


[TAMAYA-290] Mutation coverage is now 23%.


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/620e89dd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/620e89dd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/620e89dd

Branch: refs/heads/master
Commit: 620e89ddd358ed270c7c0326df54549c29ce5c5b
Parents: be78b85
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sat Sep 23 18:00:19 2017 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sat Sep 23 18:00:19 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/620e89dd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c5f78cb..0315fb1 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>1</mutationThreshold>
+                        <mutationThreshold>23</mutationThreshold>
                         <timestampedReports>false</timestampedReports>
                         <targetClasses>
                             <param>org.apache.tamaya.*</param>