Skip to content

Commit 05012a7

Browse files
committed
1 parent 74a89e0 commit 05012a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
- name: Upload coverage results to Coveralls
6161
env:
6262
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63+
# see https://github.com/php-coveralls/php-coveralls/issues/327#issuecomment-984158780
6364
run: |
65+
composer global require symfony/console:5.4
6466
composer global require php-coveralls/php-coveralls --no-progress --prefer-dist --optimize-autoloader
6567
php-coveralls --coverage_clover=build/logs/clover.xml -v

0 commit comments

Comments
 (0)