Combine the coverage reporters, add to updated reporter config #1136
Labels
domain-reporters
Related to Intern's built-in reporters
effort-medium
This may take a couple of days
priority-medium
This should get done, but it's not a high priority
The coverage reporters are all just thin wrappers around Istanbul's coverage reporters. Rather than having a bunch of duplicative wrappers, have a single coverage reporter module that accepts options to determine what type of report is to be generated. If multiple types of coverage report are to be generated, multiple reporter instances can be created.
Built-in coverage reporters should be configured through a single top level
output
property:See discussion in #1023 (comment).
The text was updated successfully, but these errors were encountered: