Skip to content

Commit f270277

Browse files
authored
Do not fail build when Coveralls is not available (#606)
1 parent ab7501d commit f270277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9898
run: |
9999
composer require --dev php-coveralls/php-coveralls --quiet --with-all-dependencies
100-
./vendor/bin/php-coveralls --verbose
100+
./vendor/bin/php-coveralls --verbose || true
101101
102102
- name: Run Infection
103103
if: steps.coverage-driver.outputs.result != 'none'

0 commit comments

Comments
 (0)