We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85680db commit a7922c3Copy full SHA for a7922c3
.github/workflows/busted.yml
@@ -28,4 +28,8 @@ jobs:
28
luarocks install luafilesystem
29
luarocks install dkjson
30
- name: Run Busted Tests
31
- run: busted -c
+ 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