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 11:57:55 UTC

incubator-tamaya-extensions git commit: [TAMAYA-290] Set required coverage back to 1%. I will write tests to reach to 50% goal stepwise.

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master 4419fdc99 -> 646c8a156


[TAMAYA-290] Set required coverage back to 1%. I will write tests to reach to 50% goal stepwise.


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

Branch: refs/heads/master
Commit: 646c8a156fe3d8000ee73aed831c3bdfbb550b30
Parents: 4419fdc
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sat Sep 23 13:57:50 2017 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sat Sep 23 13:57:50 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/646c8a15/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7212087..0ed64d8 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>50</mutationThreshold>
+                        <mutationThreshold>1</mutationThreshold>
                         <timestampedReports>false</timestampedReports>
                         <targetClasses>
                             <param>org.apache.tamaya.*</param>