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
utPLSQL introduced regression in that coverage reporting doesn't allow doe exclusion/inclusion of coverage files anymore.
This was caught by a utPLSQL-cli test and is clearly not properly covered by utPLSQL self-testing.
Upon investigation I've realised the framework works OK. The problem was with how a test was checking outputs from coverage report.
The format of report was changed in 3.1.11 to include object type and address the issue: #1086
A change was done to enhance the regular expression used in the test and then the regex group used to check results
utPLSQL introduced regression in that coverage reporting doesn't allow doe exclusion/inclusion of coverage files anymore.
This was caught by a utPLSQL-cli test and is clearly not properly covered by utPLSQL self-testing.
The problem can be seen here:
https://github.com/utPLSQL/utPLSQL-cli/runs/4833244766?check_suite_focus=true
The documentation for how it should work can be found here:
https://github.com/utPLSQL/utPLSQL/blob/develop/docs/userguide/coverage.md#filtering-objects-in-coverage-reports
The text was updated successfully, but these errors were encountered: