Skip to content

Commit 20ec8e4

Browse files
committedDec 7, 2021
Revert "workaround for php-coveralls issue php-coveralls/php-coveralls#327"
This reverts commit 05012a7.
1 parent 32b913a commit 20ec8e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎.github/workflows/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ 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
6463
run: |
65-
composer global require symfony/console:5.4
6664
composer global require php-coveralls/php-coveralls --no-progress --prefer-dist --optimize-autoloader
6765
php-coveralls --coverage_clover=build/logs/clover.xml -v

0 commit comments

Comments
 (0)
Please sign in to comment.