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

Skip to content

Commit ddf91e5

Browse files
authored
Added cobertura reporter
1 parent 8d44bc1 commit ddf91e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/create_synonyms_and_grants_for_public.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ create public synonym ut_documentation_reporter for &&ut3_owner..ut_documentatio
103103
create public synonym ut_coverage_html_reporter for &&ut3_owner..ut_coverage_html_reporter;
104104
create public synonym ut_coverage_sonar_reporter for &&ut3_owner..ut_coverage_sonar_reporter;
105105
create public synonym ut_coveralls_reporter for &&ut3_owner..ut_coveralls_reporter;
106+
create public synonym ut_coverage_cob_reporter for &&ut3_owner..ut_coverage_cob_reporter;
106107
create public synonym ut_reporters for &&ut3_owner..ut_reporters;
107108
create public synonym ut_varchar2_list for &&ut3_owner..ut_varchar2_list;
108109
create public synonym ut_varchar2_rows for &&ut3_owner..ut_varchar2_rows;

0 commit comments

Comments
 (0)