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

Skip to content

Commit 368aec3

Browse files
authored
Added Cobertura reporter
1 parent ddf91e5 commit 368aec3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/create_synonyms_and_grants_for_user.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ create or replace synonym &ut3_user..ut_documentation_reporter for &&ut3_owner..
122122
create or replace synonym &ut3_user..ut_coverage_html_reporter for &&ut3_owner..ut_coverage_html_reporter;
123123
create or replace synonym &ut3_user..ut_coverage_sonar_reporter for &&ut3_owner..ut_coverage_sonar_reporter;
124124
create or replace synonym &ut3_user..ut_coveralls_reporter for &&ut3_owner..ut_coveralls_reporter;
125+
create or replace synonym &ut3_user..ut_coverage_cob_reporter for &&ut3_owner..ut_coverage_cob_reporter;
125126
create or replace synonym &ut3_user..ut_reporters for &&ut3_owner..ut_reporters;
126127
create or replace synonym &ut3_user..ut_varchar2_list for &&ut3_owner..ut_varchar2_list;
127128
create or replace synonym &ut3_user..ut_varchar2_rows for &&ut3_owner..ut_varchar2_rows;

0 commit comments

Comments
 (0)