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

Skip to content

Commit 96a5630

Browse files
committed
Adding reporters description
1 parent e0de1b4 commit 96a5630

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

client_source/sqlplus/ut_run.sql

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,15 @@ Parameters:
4545
A XUnit xml format (as defined at: http://stackoverflow.com/a/9691131 and at https://gist.github.com/kuzuha/232902acab1344d6b578)
4646
Usually used by Continuous Integration servers like Jenkins/Hudson or Teamcity to display test results.
4747
-f=ut_coverage_html_reporter
48-
TODO
48+
Generates a HTML coverage report providing summary and detailed information on code coverage.
49+
The html reporter is based on open-source simplecov-html reporter for Ruby.
50+
It includes source code of the code that was covered (if possible).
4951
-f=ut_coveralls_reporter
50-
TODO
52+
Generates a JSON coverage report providing detailed information on code coverage with line numbers.
53+
This coverage report is designed to be consumed by cloud services like https://coveralls.io/.
5154
-f=ut_coverage_sonar_reporter
52-
TODO
55+
Generates a JSON coverage report providing detailed information on code coverage with line numbers.
56+
This coverage report is designed to be consumed by local services like https://about.sonarqube.com/.
5357
-f=ut_sonar_test_reporter
5458
TODO
5559
If no -f option is provided, the ut_documentation_reporter will be used.

0 commit comments

Comments
 (0)