Reporter API: support splitting output across multiple files #1372
Unanswered
jgebal
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem or motivation
Coverage reporters, especially the HTML coverage reporter, produce a single output file.
That approach doesn't scale to schemas with thousands of packages and causes may problems with memory consumption.
Proposed solution
Provide an interface that will allow returning separate datasets for individual files.
Rework or create a new HTML coverage reporter, along with needed changes in java API and other sub-projects to allow for generation of multiple files from one reporter output.
Alternatives or workarounds considered
No response
Framework area
Annotations
utPLSQL version you are using
No response
All reactions