Closed
Description
See also - scoverage/sbt-scoverage-samples#28
Compiler version
3.2.2-RC2
Minimised code
See issue above.
To reproduce run sbt +clean +coverage +test +coverageReport
on sbt-scoverage-samples
.
Output
See issue above. Output for scala3 is incorrect.
Expectation
Generated scala3 scoverage.coverage
data should (roughly) equal the scala2 coverage data.
Next step(s)
- Can you verify/confirm that this is not a known issue
- (Optional; if needed) Make the test case smaller (@rolandtritsch)