-
-
Notifications
You must be signed in to change notification settings - Fork 298
Closed
Labels
Description
Hi Daniel (and team),
I’d like to request support for scoverage report (https://github.com/scoverage) as an input format in ReportGenerator.
Here’s a sample of the generated scoverage.xml structure:
<scoverage statement-count="32147" statements-invoked="25343" statement-rate="78.83" branch-rate="70.48" version="1.0" timestamp="1757880007124">
<packages>
……
</packages>
</scoverage>
Why this would be useful:
Scoverage is the only code coverage tool for Scala projects.
Support for it would allow Scala‐based codebases to integrate with ReportGenerator.
Thanks for considering!
Reactions are currently unavailable