This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
Parsers for Go
go-coverprofile
: Reads go coverprofiles e.g: go test -coverprofile=cov.outgo-cover
: Reads output from go test ./... -cover > cov.out and computes the average all lines (nice for repos with more than one package)
Thanks to @tiborv