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 f22bd41 commit f49cc03Copy full SHA for f49cc03
1 file changed
.github/workflows/test.yml
@@ -14,9 +14,6 @@ jobs:
14
uses: actions/checkout@v4
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
22
container: ghcr.io/pathofbuildingcommunity/pathofbuilding-tests:latest
0 commit comments