Output a coverage summary
Closed this issue · 2 comments
dominikschulz commented
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.