Skip to content

Commit 63b9718

Browse files
committed
Revert "workaround for php-coveralls issue php-coveralls/php-coveralls#327"
This reverts commit 17c1293.
1 parent 17c1293 commit 63b9718

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ jobs:
6464
- name: Upload coverage results to Coveralls
6565
env:
6666
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67-
# see https://github.com/php-coveralls/php-coveralls/issues/327#issuecomment-984158780
6867
run: |
69-
composer global require symfony/console:5.4
7068
composer global require php-coveralls/php-coveralls
7169
php-coveralls --coverage_clover=build/logs/clover.xml -v

0 commit comments

Comments
 (0)