Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5cf6d99

Browse files
authored
Merge branch 'develop' into contrib
2 parents 9df3c28 + b0a03fc commit 5cf6d99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/core/coverage/ut_coverage.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ create or replace package body ut_coverage is
105105
where s.owner in (select upper(t.column_value) from table(:l_schema_names) t)';
106106
end if;
107107
l_result := l_result || q'[
108-
and s.type not in ('PACKAGE', 'TYPE')
108+
and s.type not in ('PACKAGE', 'TYPE', 'JAVA SOURCE')
109109
--Exclude calls to utPLSQL framework, Unit Test packages and objects from a_exclude_list parameter of coverage reporter
110110
and (s.owner, s.name) not in (select el.owner, el.name from table(:l_skipped_objects) el)]';
111111
if g_include_list is null then

0 commit comments

Comments
 (0)