Skip to content

Commit 03b2d72

Browse files
author
Jacek Gębal
committed
Removing references to coveralls reporter from README.md
1 parent 70c7aa3 commit 03b2d72

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can also download all development versions from [Bintray](https://bintray.co
2424

2525
## Requirements
2626
* [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.
2828

2929
## Compatibility
3030
The latest CLI is compatible with database frameworks of the same **minor** version.
@@ -191,7 +191,7 @@ utplsql run "my/Username"/"myP@ssword"@connectstring
191191

192192
Parameters -f, -o, -s are correlated. That is parameters -o and -s are controlling outputs for reporter specified by the preceding -f parameter.
193193

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.
195195

196196
#### Examples
197197

@@ -254,11 +254,6 @@ UT_COVERAGE_SONAR_REPORTER:
254254
Designed for [SonarQube](https://about.sonarqube.com/) to report coverage.
255255
JSON format returned conforms with the Sonar specification: https://docs.sonarqube.org/display/SONAR/Generic+Test+Data
256256
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
261-
262257
UT_DEBUG_REPORTER:
263258
No description available
264259

0 commit comments

Comments
 (0)