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
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
The text was updated successfully, but these errors were encountered:
alesana-san
changed the title
utplsql-cli doesn't aware of --coverage-schemes parameter
utplsql-cli isn't aware of --coverage-schemes parameter
Mar 26, 2021
Hey @alesana-san
the problem is fixed in the code (see #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.
Hi!
Looks like utplsql-cli doesn't pick up
--coverage-schemes
parameters described on README.md page of project:My version is:
The text was updated successfully, but these errors were encountered: