You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/reporters/ut_teamcity_reporter.tpb
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,8 @@ create or replace type body ut_teamcity_reporter is
115
115
116
116
overriding member function get_description return varchar2 as
117
117
begin
118
-
return 'For reporting live progress of test execution with Teamcity CI.';
118
+
return 'Provides the TeamCity (a CI server by jetbrains) reporting-format that allows tracking of progress of a CI step/task as it executes.' || chr(10) ||
0 commit comments