go-kit/coverage/total_coverage.awk

5 lines
77 B
Awk

{
if ($0 ~ /^total\:/)
print "coverage: " $3 " of statements";
}