-
Notifications
You must be signed in to change notification settings - Fork 186
Standalone coverage #1079
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standalone coverage #1079
Conversation
…LSQL. Enables multi-session coverage too.
Fixed failing tests for 11.2 and 12.1 Refactored some parts of tests
Added missing testcase for get_report_cursor
|
Kudos, SonarCloud Quality Gate passed!
|
@pesse , @PhilippSalvisberg, @lwasylow Can one of you review the documentation and provide some feedback before I merge? I think it's a major addition to current API and would like to know that I got it right. Also, it would be great to know that the documentation is sufficient. |
Merging as there are no review comments in 20 days. |
Resolves #1025
Coverage can now be gathered outside of utPLSQL test run (without invoking
ut.run
)Example:
In same session or even a separate session (once previous call was finished) run:
TODO
@ksawerykarwacki - feel free to give a try to the version from this feature branch.
Let me know if you encounter any issues or have any questions.