From 70c7aa341f47d4da3894aeb85fdda42825269e66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Apr 2026 17:05:38 +0000 Subject: [PATCH 1/2] Prepare next development version 3.2.1-SNAPSHOT [skip ci] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 55f3b0b..8e6966b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.utplsql cli - 3.2.0 + 3.2.1-SNAPSHOT utPLSQL CLI CLI for running Unit Tests with utPLSQL v3+. From 03b2d720d4f8867c5a6631aa54616f24bf38af49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20G=C4=99bal?= Date: Sun, 7 Jun 2026 23:32:13 +0300 Subject: [PATCH 2/2] Removing references to coveralls reporter from README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f5d5a25..58c4c4f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can also download all development versions from [Bintray](https://bintray.co ## Requirements * [Java SE Runtime Environment 17](https://www.oracle.com/java/technologies/downloads/) or newer -* When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory. +* When using reporters for Sonar, client needs to be invoked from project's root directory. ## Compatibility The latest CLI is compatible with database frameworks of the same **minor** version. @@ -191,7 +191,7 @@ utplsql run "my/Username"/"myP@ssword"@connectstring Parameters -f, -o, -s are correlated. That is parameters -o and -s are controlling outputs for reporter specified by the preceding -f parameter. -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. +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. #### Examples @@ -254,11 +254,6 @@ UT_COVERAGE_SONAR_REPORTER: Designed for [SonarQube](https://about.sonarqube.com/) to report coverage. JSON format returned conforms with the Sonar specification: https://docs.sonarqube.org/display/SONAR/Generic+Test+Data -UT_COVERALLS_REPORTER: - Generates a JSON coverage report providing information on code coverage with line numbers. - Designed for [Coveralls](https://coveralls.io/). - JSON format conforms with specification: https://docs.coveralls.io/api-introduction - UT_DEBUG_REPORTER: No description available