Open
Description
When generating reports on projects that contain classes with the same name but in different packages, scoverage reports aggregate the statement coverage progress but only one of the two files is displayed.
For instance immagine that my project contains something like
main.scala.routes.Activity.scala
main.scala.services.Activity.scala
The report will display the Activity class only one and the tests coverage progress bar reflects both.
We should be able to group classes by package names