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 ff3a757 commit 6d5fa57Copy full SHA for 6d5fa57
.github/workflows/busted.yml
@@ -33,6 +33,6 @@ jobs:
33
- name: Report Test Coverage
34
if: success()
35
continue-on-error: true
36
- run: luacov-coveralls -i fluent
+ run: luacov-coveralls -i fluent -e .luarocks
37
env:
38
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments