@@ -90,7 +90,7 @@ Please refer to the following usage example for the parameters descriptions:
90
90
<plugin >
91
91
<groupId >org.utplsql</groupId >
92
92
<artifactId >utplsql-maven-plugin</artifactId >
93
- <version >3.1.10 </version >
93
+ <version >3.1.11 </version >
94
94
<executions >
95
95
<execution >
96
96
<goals >
@@ -100,7 +100,7 @@ Please refer to the following usage example for the parameters descriptions:
100
100
<!-- REQUIRED PARAMETERS -->
101
101
102
102
<!-- A list of tests suite paths. -->
103
-
103
+
104
104
<!-- The path(s) can be in one of the following formats: -->
105
105
<!-- schema[.package[.procedure]] -->
106
106
<!-- schema:suite[.suite[.suite][...]][.procedure] -->
@@ -152,7 +152,7 @@ Please refer to the following usage example for the parameters descriptions:
152
152
<!-- Enables DBMS_OUTPUT -->
153
153
<!-- Defaults to: false -->
154
154
<dbmsOutput >false</dbmsOutput >
155
-
155
+
156
156
<!-- Sets a timeout around Reporter creation and retries when not ready after a while. -->
157
157
<!-- 0 = no timeout. -->
158
158
<oraStuckTimeout >0</oraStuckTimeout >
@@ -177,6 +177,18 @@ Please refer to the following usage example for the parameters descriptions:
177
177
<!-- See coverage reporting options in framework documentation. -->
178
178
<excludeObject >app.test1,app.test2</excludeObject >
179
179
180
+ <!-- Regular expression to match against schema name to include in coverage -->
181
+ <includeSchemaExpr >app.test1,app.test2</includeSchemaExpr >
182
+
183
+ <!-- Regular expression to match against schema name to exclude in coverage -->
184
+ <excludeSchemaExprr >app.test1,app.test2</excludeSchemaExprr >
185
+
186
+ <!-- Regular expression to match against schema name to include in coverage -->
187
+ <includeObjectExpr >app.test1,app.test2</includeObjectExpr >
188
+
189
+ <!-- Regular expression to match against object name to exclude in coverage -->
190
+ <excludeObjectExpr >app.test1,app.test2</excludeObjectExpr >
191
+
180
192
<!-- List of reporters. -->
181
193
<!-- You can pass the name of the reporter and/or the output file -->
182
194
<!-- of the reporter and/or if the report is logged to the console. -->
0 commit comments