Skip to content

Commit

Permalink
Add no-coverage to busted action
Browse files Browse the repository at this point in the history
  • Loading branch information
evil-morfar committed Sep 20, 2024
1 parent 136086f commit 400f271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/busted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
luarocks install busted
- name: Run Busted
run: busted -f .busted --lpath="__tests/?.lua" -Xoutput --color
run: busted -f .busted --lpath="__tests/?.lua" -Xoutput --color --no-coverage

0 comments on commit 400f271

Please sign in to comment.