Skip to content

Commit 80e661e

Browse files
authored
ci: prevent coveralls failures from failing tests (#1104)
1 parent f63b8d2 commit 80e661e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
- if: matrix.php == '8.4' && matrix.database == 'sqlite' && matrix.os == 'ubuntu-latest' && matrix.stability == 'prefer-stable'
107107
name: Coveralls
108108
uses: coverallsapp/github-action@v2
109+
continue-on-error: true
109110
with:
110111
github-token: '${{ secrets.GITHUB_TOKEN }}'
111112
file: build/reports/clover.xml

0 commit comments

Comments
 (0)