We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb1687 commit 3f9ae63Copy full SHA for 3f9ae63
source/core/types/ut_run.tpb
@@ -29,7 +29,7 @@ create or replace type body ut_run as
29
self.coverage_options := a_coverage_options;
30
self.test_file_mappings := coalesce(a_test_file_mappings, ut_file_mappings());
31
if self.coverage_options is not null then
32
- l_run_schemes := get_run_schemes();
+ l_run_schemes := coalesce(coverage_options.schema_names, l_run_schemes);
33
coverage_options.schema_names := l_run_schemes;
34
if coverage_options.exclude_objects is not null then
35
coverage_options.exclude_objects :=
0 commit comments