[TAMAYA-288] Set coverage threshold and mutation coverage to 49%. That means 
that a covrage build with less then 50% will fail.


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

Branch: refs/heads/master
Commit: 19e0a0bf7b949113d0bc5f30f1f4b4323443cf1e
Parents: efd03e1
Author: Oliver B. Fischer <ple...@apache.org>
Authored: Sat Sep 16 13:29:21 2017 +0200
Committer: Oliver B. Fischer <ple...@apache.org>
Committed: Sat Sep 16 13:29:21 2017 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/19e0a0bf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 432302a..9766666 100644
--- a/pom.xml
+++ b/pom.xml
@@ -748,6 +748,10 @@
                                 <goals>
                                     <goal>mutationCoverage</goal>
                                 </goals>
+                                <configuration>
+                                    <coverageThreshold>49</coverageThreshold>
+                                    <mutationThreshold>49</mutationThreshold>
+                                </configuration>
                             </execution>
                         </executions>
                     </plugin>

Reply via email to