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
Hi
I am calling utplsql-cli via GitHub Actions on a runner server on OCI as ADMIN user. I pass in multiple schemas to be processed and am writing the documentation to a file and coverage html to a file. My question is: I do not want to report on coverage for triggers and I am not using Projects and files I am only using the database. Can yo advise how I do this.
The text was updated successfully, but these errors were encountered:
At the moment there is no way to include/exclude objects in coverage by object type in utPLSQL core framework.
Also, the option for inclusion/exclusion of objects by regular expression is not implemented in utPLSQL-cli.
So your only option currently would be to provide a long list of object names to exclude.
It seems like a potential gap in utPLSQL capabilities.
Do you have a naming convention for triggers that would make it possible to exclude objects by part of name (prefix/suffix etc?)
Would filtering by list of object_names be an option?
Why does it hurt to have Triggers in the report? Are they not part of the project source-code?
I should have explained our triggers either contain calls to packages (already utplsql tested) or standard code auto generated by us to write to history/journal tables - the testing of these is a bit of an overhead.
We do have a standard naming convention but wildcards are not utilised so I would have to maintain a large ever changing list - we can just include in the coverage report them but ignore their % for now. Any progress on Issue 212 should help us.
Hi
I am calling utplsql-cli via GitHub Actions on a runner server on OCI as ADMIN user. I pass in multiple schemas to be processed and am writing the documentation to a file and coverage html to a file. My question is: I do not want to report on coverage for triggers and I am not using Projects and files I am only using the database. Can yo advise how I do this.
The text was updated successfully, but these errors were encountered: