Merge coverage reports from gocov test into a single number.
go get github.com/dominikschulz/gocov-merge
gocov test ./... | gocov-merge
This is but a tiny utility to merge the ouput for gocov test into a single number until gocov issue #68 is eventually implemented.