I'm trying to calculate the total coverage for one of my repositories
https://github.com/NicklasWallgren/go-template using
go test ./... -p 1 -coverprofile=build/coverage.out -coverpkg ./...
The coverage.out is successfully generated, but the report contains reoccurring rows and is quite large (several mb).
The following line is duplicated 3x.