Allow failure of "Report coverage" step in "run_tests" job (#9073)

Co-authored-by: Musholic <musholic.tbg@gmail.com>
This commit is contained in:
Wires77
2025-10-29 23:02:43 -05:00
committed by GitHub
parent d85fc92201
commit f1f2a5f732

View File

@@ -15,6 +15,7 @@ jobs:
- name: Run tests
run: busted --lua=luajit
- name: Report coverage
continue-on-error: true # May fail on server errors (of coveralls.io)
run: cd src; luacov-coveralls --repo-token=${{ secrets.github_token }} -e TestData -e Data -e runtime
check_modcache:
runs-on: ubuntu-latest