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 3f9ae63 commit 6bd7b12Copy full SHA for 6bd7b12
source/core/types/ut_run.tpb
@@ -29,6 +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();
33
l_run_schemes := coalesce(coverage_options.schema_names, l_run_schemes);
34
coverage_options.schema_names := l_run_schemes;
35
if coverage_options.exclude_objects is not null then
0 commit comments