Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCoverage on another schema objects #63
Comments
|
Thanks for reporting this issue. Populating default values for In your case you can connect to |
#63 - Improve code coverage for other schemas
There are following issues:
Include objects not populated when selecting Other user
When opening a Code coverage report window by navigating: Connection->Other Users->Some User->Packages->UT_package->Right click (Code coverage), the field
Include objectsis not getting populated.Expected behavior
Include objectsgets populated the same way as it is when navigating: Connection->Packages->UT_package->Right click (Code coverage)The objects on Include objects list re not prefixed with owner
When tests are located in different schema then the tested code, the populated
Include objectslist does not give expected results - no coverage is showing.The objects need to be prefixed with schema name.
Below animation illustrates both issues as well as the correct outcomes