axw/gocov

Output a coverage summary

Closed this issue · 2 comments

Please add an option to ouput an combined coverage of all packages examined during the last run, e.g.

gocov test ./... | gocov report -s

Expected output:

[regular gocov ouput]
combined statement coverage: xx.xx%
axw commented

@dominikschulz Feel free to propose a patch, thanks.

axw commented

Closed by #79