Skip to content

Duplicate names not displayed correctly #161

Open
@lucianenache

Description

@lucianenache

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions