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

Skip to content

Commit cdacf29

Browse files
authored
Added Cobertura Description
1 parent c0df23d commit cdacf29

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

source/reporters/ut_coverage_cobertura_reporter.tpb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,13 @@ create or replace type body ut_coverage_cobertura_reporter is
133133
(self as ut_reporter_base).after_calling_run(a_run);
134134
end;
135135

136+
overriding member function get_description return varchar2 as
137+
begin
138+
return 'Generates a Cobertura coverage report providing information on code coverage with line numbers.' || chr(10) ||
139+
'Designed for Jenkins and TFS to report coverage. ' || chr(10) ||
140+
'Cobertura Document Type Definition can be found: http://cobertura.sourceforge.net/xml/coverage-04.dtd.'|| chr(10) ||
141+
'Sample file: https://github.com/leobalter/testing-examples/blob/master/solutions/3/report/cobertura-coverage.xml.';
142+
end;
143+
136144
end;
137145
/

0 commit comments

Comments
 (0)