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 f63b8d2 commit 80e661eCopy full SHA for 80e661e
.github/workflows/integration-tests.yml
@@ -106,6 +106,7 @@ jobs:
106
- if: matrix.php == '8.4' && matrix.database == 'sqlite' && matrix.os == 'ubuntu-latest' && matrix.stability == 'prefer-stable'
107
name: Coveralls
108
uses: coverallsapp/github-action@v2
109
+ continue-on-error: true
110
with:
111
github-token: '${{ secrets.GITHUB_TOKEN }}'
112
file: build/reports/clover.xml
0 commit comments