Skip to content

Commit 079e98d

Browse files
authored
Allow failure of "Report coverage" step in "run_tests" job (#1408)
1 parent 5f5b72b commit 079e98d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- name: Run tests
1616
run: busted --lua=luajit
1717
- name: Report coverage
18+
continue-on-error: true # May fail on server errors (of coveralls.io)
1819
run: cd src; luacov-coveralls --repo-token=${{ secrets.github_token }} -e TestData -e Data -e runtime
1920
check_modcache:
2021
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)