There was an error while loading. Please reload this page.
1 parent ab7501d commit f270277Copy full SHA for f270277
.github/workflows/ci.yaml
@@ -97,7 +97,7 @@ jobs:
97
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98
run: |
99
composer require --dev php-coveralls/php-coveralls --quiet --with-all-dependencies
100
- ./vendor/bin/php-coveralls --verbose
+ ./vendor/bin/php-coveralls --verbose || true
101
102
- name: Run Infection
103
if: steps.coverage-driver.outputs.result != 'none'
0 commit comments