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
UT_COVERAGE_HTML_REPORTER Generates a HTML coverage report with summary and line by line information on code coverage.
171
-
Based on open-source simplecov-html coverage reporter for Ruby.
172
-
Includes source code in the report.
173
-
Will copy all necessary assets to a folder named after the Output-File
174
-
175
-
UT_COVERAGE_SONAR_REPORTER Generates a JSON coverage report providing information on code coverage with line numbers.
176
-
Designed for [SonarQube](https://about.sonarqube.com/) to report coverage.
177
-
JSON format returned conforms with the Sonar specification: https://docs.sonarqube.org/display/SONAR/Generic+Test+Data
178
-
179
-
UT_COVERALLS_REPORTER Generates a JSON coverage report providing information on code coverage with line numbers.
180
-
Designed for [Coveralls](https://coveralls.io/).
181
-
JSON format conforms with specification: https://docs.coveralls.io/api-introduction
182
-
183
-
UT_DOCUMENTATION_REPORTER A textual pretty-print of unit test results (usually use for console output)
184
-
Provides additional properties lvl and failed
185
-
186
-
UT_JUNIT_REPORTER Provides outcomes in a format conforming with JUnit 4 and above as defined in: https://gist.github.com/kuzuha/232902acab1344d6b578
187
-
188
-
UT_SONAR_TEST_REPORTER Generates a JSON report providing detailed information on test execution.
189
-
Designed for [SonarQube](https://about.sonarqube.com/) to report test execution.
190
-
JSON format returned conforms with the Sonar specification: https://docs.sonarqube.org/display/SONAR/Generic+Test+Data
191
-
192
-
UT_TEAMCITY_REPORTER Provides the TeamCity (a CI server by jetbrains) reporting-format that allows tracking of progress of a CI step/task as it executes.
0 commit comments