Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Please refer to the following usage example for the parameters descriptions:
<includeSchemaExpr>app.test1,app.test2</includeSchemaExpr>

<!-- Regular expression to match against schema name to exclude in coverage -->
<excludeSchemaExprr>app.test1,app.test2</excludeSchemaExprr>
<excludeSchemaExpr>app.test1,app.test2</excludeSchemaExpr>

<!-- Regular expression to match against schema name to include in coverage -->
<includeObjectExpr>app.test1,app.test2</includeObjectExpr>
Expand Down
Loading