utPLSQL / utPLSQL-cli

Command line client for invoking utPLSQL
Apache License 2.0
40 stars 15 forks source link

utplsql-cli isn't aware of --coverage-schemes parameter #195

Closed alesana-san closed 1 year ago

alesana-san commented 3 years ago

Hi!

Looks like utplsql-cli doesn't pick up --coverage-schemes parameters described on README.md page of project:

user@host MINGW64 ~/Downloads/utPLSQL-cli/bin
$ ./utplsql run user/pass@dbhost:1521/odb1 \
> -p=some_path \
> -f=UT_COVERAGE_HTML_REPORTER \
> -o=result.html \
> --coverage-schemes=SCOTT
Picked up JAVA_TOOL_OPTIONS: -Duser.language=en
Unknown option: --coverage-schemes=SCOTT
Possible solutions: --color

My version is:

$ ./utplsql info
Picked up JAVA_TOOL_OPTIONS: -Duser.language=en
utPLSQL-cli 3.1.8-SNAPSHOT.local
utPLSQL-java-api 3.1.8.546
pesse commented 3 years ago

Hey @alesana-san the problem is fixed in the code (see https://github.com/utPLSQL/utPLSQL-cli/pull/180), but there is not a new release yet and I need to deal with some devops stuff, since BinTray is no more. I start working on the project again, so I hope to get a new release out soon that solves this.

netlink128 commented 2 years ago

Hello, everyone! Any news with this bug?

jgebal commented 1 year ago

Released