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

Skip to content

Commit 4488415

Browse files
committed
We have a Cobertura-Reporter now, too
1 parent 014981c commit 4488415

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/api/test_ut_runner.pkb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,8 @@ end;';
281281
begin
282282
--Arrange
283283
open l_expected for
284-
select 'UT3.UT_COVERAGE_HTML_REPORTER' reporter_object_name, 'Y' is_output_reporter from dual union all
284+
select 'UT3.UT_COVERAGE_COBERTURA_REPORTER' reporter_object_name, 'Y' is_output_reporter from dual union all
285+
select 'UT3.UT_COVERAGE_HTML_REPORTER', 'Y' from dual union all
285286
select 'UT3.UT_COVERAGE_SONAR_REPORTER', 'Y' from dual union all
286287
select 'UT3.UT_COVERALLS_REPORTER', 'Y' from dual union all
287288
select 'UT3.UT_DOCUMENTATION_REPORTER', 'Y' from dual union all

0 commit comments

Comments
 (0)