Skip to content

Commit c6c5966

Browse files
committed
chore: Limit coverage testing to this module
1 parent 6559502 commit c6c5966

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
@@ -32,6 +32,6 @@ jobs:
3232
- name: Report Test Coverage
3333
if: success()
3434
continue-on-error: true
35-
run: luacov-coveralls
35+
run: luacov-coveralls -i fluent
3636
env:
3737
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)