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 2017/11/19 11:01:32 UTC

incubator-tamaya git commit: TAMAYA-318: Reduce coerage threshold after SPI is moved to main repo

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 9ee0249c0 -> 26df83612


TAMAYA-318: Reduce coerage threshold after SPI is moved to main repo


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/26df8361
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/26df8361
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/26df8361

Branch: refs/heads/master
Commit: 26df83612074ee3a128e6139dd6fe4c91e935bb5
Parents: 9ee0249
Author: Phil Ottlinger <po...@apache.org>
Authored: Sun Nov 19 12:01:02 2017 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Sun Nov 19 12:01:02 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/26df8361/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3b59770..00cbb2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,7 +325,7 @@
                     <artifactId>pitest-maven</artifactId>
                     <version>${pitest-plugin.version}</version>
                     <configuration>
-                        <mutationThreshold>53</mutationThreshold>
+                        <mutationThreshold>44</mutationThreshold>
                         <timestampedReports>false</timestampedReports>
                         <targetClasses>
                             <param>org.apache.tamaya.*</param>