Repository: incubator-tamaya
Updated Branches:
  refs/heads/tamaya-289 5080c04e3 -> 966900e72


Set required coverage for testing to 1%.


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

Branch: refs/heads/tamaya-289
Commit: 7e63b956999b39ca7aa77b35857d53b2e51ec36f
Parents: 5080c04
Author: Oliver B. Fischer <ple...@apache.org>
Authored: Sat Sep 16 15:21:56 2017 +0200
Committer: Oliver B. Fischer <ple...@apache.org>
Committed: Sat Sep 16 15:21:56 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/7e63b956/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 05de4bb..6929e67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -302,7 +302,7 @@
                     <artifactId>pitest-maven</artifactId>
                     <version>${pitest-plugin.version}</version>
                     <configuration>
-                        <coverageThreshold>50</coverageThreshold>
+                        <coverageThreshold>01</coverageThreshold>
                         <timestampedReports>false</timestampedReports>
                         <targetClasses>
                             <param>org.apache.tamaya.*</param>

Reply via email to