Skip to content

Commit a7922c3

Browse files
committed
test: Report code coverage to coveralls.io
1 parent 85680db commit a7922c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/busted.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ jobs:
2828
luarocks install luafilesystem
2929
luarocks install dkjson
3030
- name: Run Busted Tests
31-
run: busted -c
31+
run: busted -c -v
32+
- name: Log coverage to coveralls.io
33+
if: matrix.luaVersion == '5.3' && success()
34+
continue-on-error: true
35+
run: luacov-coveralls -i fluent -e spec -v -t "${{ secrets.COVERALLS_TOKEN }}"

0 commit comments

Comments
 (0)