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