Skip to content

Commit

Permalink
tests(ci): run luacov too
Browse files Browse the repository at this point in the history
  • Loading branch information
bungle committed Aug 7, 2024
1 parent 9dfb61f commit be61599
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ lint:

test: deps
@luarocks make
@busted --coverage
@busted
@luacov
@echo
@awk '/File/,0' luacov.report.out
@echo
Expand All @@ -24,7 +25,8 @@ test: deps

unit:
@luarocks make
@busted --coverage
@busted
@luacov
@echo
@awk '/File/,0' luacov.report.out
@echo
Expand Down

0 comments on commit be61599

Please sign in to comment.