Hi, I'm using scalac-scoverage-plugin with SBT and a multi-module project. I'm running:
sbt clean coverage test coverageReport coverageAggregate
I get a cobertura.xml file in each submodule and also one at the project root. I do not get any html output.
1. Is this expected behavior?
2. If so, how can I get a friendlier local view of results other than the raw xml?