Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

v1.2.0

Latest
Compare
Choose a tag to compare
@relekang relekang released this 24 Nov 18:22
· 1 commit to master since this release

Parsers for Go

  • go-coverprofile: Reads go coverprofiles e.g: go test -coverprofile=cov.out
  • go-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