Skip to content

Commit 0fef574

Browse files
committed
Print coverage to stdout
1 parent aa6390a commit 0fef574

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/coverage

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010

1111
busted -c
1212
luacov src/cliargs.lua
13-
rm luacov.stats.out
13+
rm luacov.stats.out
14+
grep -zPo "(?s)={10,}\nSummary\n={10,}.+" luacov.report.out

0 commit comments

Comments
 (0)