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
Somehow I missed the release of utPLSQL-cli v3.1.7 (which contains the fix for #143) and I'm testing it now... But when I run the command utplsql run <db> -f=ut_coverage_sonar_reporter -o="coverage.xml" -source_path=src the output is generated without any coverage data. It works correctly in v3.1.6.
This issue isn't specific to ut_coverage_sonar_reporter, it can be reproduced with all coverage reporters.
By the way I noticed you're using v3.1.6 to generate these reports in the utPLSQL project, I think you'll have the same issue with 3.1.7. ;-)
Hey @felipebz - thanks for reporting.
This is already fixed in the current develop branch (see #162), though there are some minor things to do before I can release 3.1.8
I hope to be able until end of October
Hi!
Somehow I missed the release of utPLSQL-cli v3.1.7 (which contains the fix for #143) and I'm testing it now... But when I run the command
utplsql run <db> -f=ut_coverage_sonar_reporter -o="coverage.xml" -source_path=src
the output is generated without any coverage data. It works correctly in v3.1.6.This issue isn't specific to ut_coverage_sonar_reporter, it can be reproduced with all coverage reporters.
By the way I noticed you're using v3.1.6 to generate these reports in the utPLSQL project, I think you'll have the same issue with 3.1.7. ;-)
How to Reproduce
src
directory with a file namedbetwnstr.fnc
utplsql run <connection> -p=test_betwnstr -f=ut_coverage_sonar_reporter -o="coverage.xml" -source_path=src
Expected behavior
The coverage.xml file generated by utplsql-cli should contain the coverage data, e.g.:
Current behavior
The file is created without coverage data:
Version info
utplsql-cli info <db>
:From
utplsql-cli run (...)
:The text was updated successfully, but these errors were encountered: