Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bfe52f + 44824d9 commit 9096940Copy full SHA for 9096940
1 file changed
source/core/coverage/ut_coverage.pkb
@@ -253,7 +253,9 @@ create or replace package body ut_coverage is
253
254
if not ut_coverage_helper.is_develop_mode() then
255
--skip all the utplsql framework objects and all the unit test packages that could potentially be reported by coverage.
256
- l_skipped_objects := ut_utils.get_utplsql_objects_list() multiset union all g_unit_test_packages multiset union all g_exclude_list;
+ l_skipped_objects := ut_utils.get_utplsql_objects_list()
257
+ multiset union all g_unit_test_packages
258
+ multiset union all coalesce(g_exclude_list, ut_object_names());
259
end if;
260
261
--prepare global temp table with sources
0 commit comments