Skip to content

Commit

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

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

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

0 comments on commit 9dfb61f

Please sign in to comment.