utPLSQL / utPLSQL

Testing Framework for PL/SQL
https://www.utplsql.org/
Apache License 2.0
562 stars 186 forks source link

For different schema names ut_coverage_html_reporter() not generating coverage data. #358

Closed shrinathgurav closed 7 years ago

shrinathgurav commented 7 years ago

As suggested in documentation code coverage information is not getting generated _exec ut.run('ut3_utplsql.test_award_bonus', ut_coverage_html_reporter(), a_coverage_schemes=>ut_varchar2_list('utdemo'));

Both users have dba role and all object level privileges granted.

only default information is there no code coverage information generated. coverage.txt

jgebal commented 7 years ago

Hi @shrinathgurav, This was already fixed in #326 The fix is part of release v3.0.1 Please use utPLSQL v3.0.1 and the feature will work as expected.

jgebal commented 7 years ago

@shrinathgurav Can you validate and close the issue?

shrinathgurav commented 7 years ago

@jgebal : Apologies for delayed reply. I have validated it. It is working as expected. Thank you.