Suite cache should not be saved for packages that are not suites by jgebal · Pull Request #1313 · utPLSQL/utPLSQL
There was a bug in ut_suite_cache_manager that was causing packages that had comments captured as annotations ( the --%) to be saved in suite cache and considered as test suites.
Those packages were then getting excluded form coverage report.
Only packages that contain suite information should be considered test suites and should eb added to suite cahge.
The annotation parsing remains independent from suite constriction and therefore all lines with comment --% are still saved in annotation cache.
Resolves #1278