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

Skip to content

Commit b0a03fc

Browse files
authored
Merge pull request #265 from Pazus/exclude-java
Excluded java source from coverage
2 parents 87913d6 + 59e3e55 commit b0a03fc

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)