Skip to content

Commit 6d5fa57

Browse files
committed
ci: Ignore GH Actions Lua folder in coverage
1 parent ff3a757 commit 6d5fa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/busted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- name: Report Test Coverage
3434
if: success()
3535
continue-on-error: true
36-
run: luacov-coveralls -i fluent
36+
run: luacov-coveralls -i fluent -e .luarocks
3737
env:
3838
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)