-
Notifications
You must be signed in to change notification settings - Fork 17
Run tests with code coverage #102
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
Comments
You're right @jgebal. It does make much more sense this way, since code coverage is always executing tests. |
Starting PositionThe realtime reporter requires utPLSQL version 3.1.4 or later. This SQL Developer extension is designed to work with every utPLSQL 3 version. You can disable the realtime reporter in the preferences and then utPLSQL is called via a worksheet and the result is shown in the script output pane (result extracted from DBMS_OUTPUT). In this scenario it does not make sense to run utPLSQL with the code coverage reporter. It's doable, but it is most probably unwanted to have the code coverage HTML code also presented in the script output pane. The code coverage reporter has the three optional parameters. When running the code coverage reporter, the "Code coverage report" dialog stays open, so you can press the "Cancel" button to abort the run. This "Code coverage report" dialog is still useful/necessary. Solution ApproachI plan to do the following: 1.
|
#102 Run tests with code coverage
Currently utPLSQL can be invoked in two ways:
Ideally it should be:
So that:
The option to run tests with coverage could replace current coverage menu option.
It would be great to be able to run tests with coverage from test runner UI. A new button next to run button could facilitate that.
The text was updated successfully, but these errors were encountered: