Add support for method, statement and block context filtering through the following properties: <code>maven.clover.context.block.names</code>, <code>maven.clover.context.method.names</code>, <code>maven.clover.context.method.regexps</code>, <code>maven.clover.context.statement.names</code> and <code>maven.clover.context.statement.regexps</code>.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154865 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -26,6 +26,15 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.8" date="in SVN">
|
||||
<action dev="vmassol" type="add">
|
||||
Add support for method, statement and block context filtering through
|
||||
the following properties:
|
||||
<code>maven.clover.context.block.names</code>,
|
||||
<code>maven.clover.context.method.names</code>,
|
||||
<code>maven.clover.context.method.regexps</code>,
|
||||
<code>maven.clover.context.statement.names</code> and
|
||||
<code>maven.clover.context.statement.regexps</code>.
|
||||
</action>
|
||||
<action dev="vmassol" type="add">
|
||||
Added new <code>clover:check</code> goal that verifies if the
|
||||
test coverage if above a threshold defined by the properties
|
||||
|
||||
Reference in New Issue
Block a user