File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
93
93
--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.
94
94
-scc - If specified, skips the compatibility-check with the version of the database framework.
95
95
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.
96
102
```
97
103
98
104
Parameters -f, -o, -s are correlated. That is parameters -o and -s are controlling outputs for reporter specified by the preceding -f parameter.
You can’t perform that action at this time.
0 commit comments