utPLSQL / utPLSQL-cli

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

Support `a_coverage_schemes` option of utPLSQL #180

Closed pesse closed 4 years ago

pesse commented 4 years ago

Add a new command-line parameter --coverage-schemes which populates utPLSQL's a_coverage_schemes parameter.

The parameter lets you specify different schemas for which coverage information is gathered. See http://utplsql.org/utPLSQL/develop/userguide/coverage.html#setting-coverage-schemas

Fixes #174