On a test database I've created a simple database package (app_tooling) and I'm testing it with two unit test packages (tst_between_string and tst_hello_world).
When running a coverage report (every style) I get the coverage of the two tst-packages, but what I want is the coverage of my software (app_tooling). Could this be a bug, or am I doing something wrong?
When I look at the profiler-tables, I see profiler data for all three packages so the coverage is indeed recorded.