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 9df3c28 + b0a03fc commit 5cf6d99Copy full SHA for 5cf6d99
1 file changed
source/core/coverage/ut_coverage.pkb
@@ -105,7 +105,7 @@ create or replace package body ut_coverage is
105
where s.owner in (select upper(t.column_value) from table(:l_schema_names) t)';
106
end if;
107
l_result := l_result || q'[
108
- and s.type not in ('PACKAGE', 'TYPE')
+ and s.type not in ('PACKAGE', 'TYPE', 'JAVA SOURCE')
109
--Exclude calls to utPLSQL framework, Unit Test packages and objects from a_exclude_list parameter of coverage reporter
110
and (s.owner, s.name) not in (select el.owner, el.name from table(:l_skipped_objects) el)]';
111
if g_include_list is null then
0 commit comments