File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments