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

Skip to content

Commit 5e91795

Browse files
committed
Added Cobertura reporter
1 parent ac50650 commit 5e91795

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
@@ -126,6 +126,7 @@ create or replace synonym &ut3_user..ut_documentation_reporter for &&ut3_owner..
126126
create or replace synonym &ut3_user..ut_coverage_html_reporter for &&ut3_owner..ut_coverage_html_reporter;
127127
create or replace synonym &ut3_user..ut_coverage_sonar_reporter for &&ut3_owner..ut_coverage_sonar_reporter;
128128
create or replace synonym &ut3_user..ut_coveralls_reporter for &&ut3_owner..ut_coveralls_reporter;
129+
create or replace synonym &ut3_user..ut_coverage_cob_reporter for &&ut3_owner..ut_coverage_cob_reporter;
129130
create or replace synonym &ut3_user..ut_reporters for &&ut3_owner..ut_reporters;
130131
create or replace synonym &ut3_user..ut_varchar2_list for &&ut3_owner..ut_varchar2_list;
131132
create or replace synonym &ut3_user..ut_varchar2_rows for &&ut3_owner..ut_varchar2_rows;

0 commit comments

Comments
 (0)