You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2019/06/07 11:16:51 UTC

[incubator-tamaya-extensions] branch master updated: TAMAYA-386: Lower threshold due to new untested example project

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new b56fee3  TAMAYA-386: Lower threshold due to new untested example project
b56fee3 is described below

commit b56fee3e84c9026bff5ffe69d85f0a877d6e017a
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Fri Jun 7 13:16:44 2019 +0200

    TAMAYA-386: Lower threshold due to new untested example project
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3d995a3..a8da550 100644
--- a/pom.xml
+++ b/pom.xml
@@ -556,7 +556,7 @@ under the License.
                     <artifactId>pitest-maven</artifactId>
                     <version>${pitest-plugin.version}</version>
                     <configuration>
-                        <mutationThreshold>8</mutationThreshold>
+                        <mutationThreshold>6</mutationThreshold>
                         <timestampedReports>false</timestampedReports>
                         <targetClasses>
                             <param>org.apache.tamaya.*</param>