8000 Update README.md with expression based include/exclude · utPLSQL/utPLSQL-maven-plugin@4208922 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4208922

Browse files
committed
Update README.md with expression based include/exclude
1 parent f6489ff commit 4208922

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Please refer to the following usage example for the parameters descriptions:
9090
<plugin>
9191
<groupId>org.utplsql</groupId>
9292
<artifactId>utplsql-maven-plugin</artifactId>
93-
<version>3.1.10</version>
93+
<version>3.1.11</version>
9494
<executions>
9595
<execution>
9696
<goals>
@@ -100,7 +100,7 @@ Please refer to the following usage example for the parameters descriptions:
100100
<!-- REQUIRED PARAMETERS -->
101101

102102
<!-- A list of tests suite paths. -->
103-
103+
104104
<!-- The path(s) can be in one of the following formats: -->
105105
<!-- schema[.package[.procedure]] -->
106106
<!-- schema:suite[.suite[.suite][...]][.procedure] -->
@@ -152,7 +152,7 @@ Please refer to the following usage example for the parameters descriptions:
152152
<!-- Enables DBMS_OUTPUT -->
153153
<!-- Defaults to: false -->
154154
<dbmsOutput>false</dbmsOutput>
155-
155+
156156
<!-- Sets a timeout around Reporter creation and retries when not ready after a while. -->
157157
<!-- 0 = no timeout. -->
158158
<oraStuckTimeout>0</oraStuckTimeout>
@@ -177,6 +177,18 @@ Please refer to the following usage example for the parameters descriptions:
177177
<!-- See coverage reporting options in framework documentation. -->
178178
<excludeObject>app.test1,app.test2</excludeObject>
179179

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+
180192
<!-- List of reporters. -->
181193
<!-- You can pass the name of the reporter and/or the output file -->
182194
<!-- of the reporter and/or if the report is logged to the console. -->

0 commit comments

Comments
 (0)
0