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: README.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ You can also download all development versions from [Bintray](https://bintray.co
24
24
25
25
## Requirements
26
26
*[Java SE Runtime Environment 17](https://www.oracle.com/java/technologies/downloads/) or newer
27
-
* When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory.
27
+
* When using reporters for Sonar, client needs to be invoked from project's root directory.
28
28
29
29
## Compatibility
30
30
The latest CLI is compatible with database frameworks of the same **minor** version.
@@ -191,7 +191,7 @@ utplsql run "my/Username"/"myP@ssword"@connectstring
191
191
192
192
Parameters -f, -o, -s are correlated. That is parameters -o and -s are controlling outputs for reporter specified by the preceding -f parameter.
193
193
194
-
Sonar and Coveralls reporter will only provide valid reports, when source_path and/or test_path are provided, and ut_run is executed from your project's root path.
194
+
Sonar reporter will only provide valid reports, when source_path and/or test_path are provided, and ut_run is executed from your project's root path.
195
195
196
196
#### Examples
197
197
@@ -254,11 +254,6 @@ UT_COVERAGE_SONAR_REPORTER:
254
254
Designed for [SonarQube](https://about.sonarqube.com/) to report coverage.
255
255
JSON format returned conforms with the Sonar specification: https://docs.sonarqube.org/display/SONAR/Generic+Test+Data
256
256
257
-
UT_COVERALLS_REPORTER:
258
-
Generates a JSON coverage report providing information on code coverage with line numbers.
259
-
Designed for [Coveralls](https://coveralls.io/).
260
-
JSON format conforms with specification: https://docs.coveralls.io/api-introduction
0 commit comments