Skip to content

Commit daf939b

Browse files
author
Eduard Vlasov
committed
Fixed readme
1 parent e8293c4 commit daf939b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ For example CLI-3.0.4 is compatible with database framework 3.0.0-3.0.4 but not
9393
--failure-exit-code - Override the exit code on failure, defaults to 1. You can set it to 0 to always exit with a success status.
9494
-scc - If specified, skips the compatibility-check with the version of the database framework.
9595
If you skip compatibility-check, CLI will expect the most actual framework version
96+
-include=package_list - Comma-separated object list to include in the coverage report.
97+
Format: [schema.]package[,[schema.]package ...].
98+
See coverage reporting options in framework documentation.
99+
-exclude=package_list - Comma-separated object list to exclude from the coverage report.
100+
Format: [schema.]package[,[schema.]package ...].
101+
See coverage reporting options in framework documentation.
96102
```
97103

98104
Parameters -f, -o, -s are correlated. That is parameters -o and -s are controlling outputs for reporter specified by the preceding -f parameter.

0 commit comments

Comments
 (0)