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 5f5b72b commit 079e98dCopy full SHA for 079e98d
.github/workflows/test.yml
@@ -15,6 +15,7 @@ jobs:
15
- name: Run tests
16
run: busted --lua=luajit
17
- name: Report coverage
18
+ continue-on-error: true # May fail on server errors (of coveralls.io)
19
run: cd src; luacov-coveralls --repo-token=${{ secrets.github_token }} -e TestData -e Data -e runtime
20
check_modcache:
21
runs-on: ubuntu-latest
0 commit comments