Skip to content

Commit

Permalink
Revert "workaround for php-coveralls issue php-coveralls/php-coverall…
Browse files Browse the repository at this point in the history
…s#327"

This reverts commit 17c1293.
  • Loading branch information
mhujer committed Dec 7, 2021
1 parent 17c1293 commit 63b9718
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -64,8 +64,6 @@ jobs:
- name: Upload coverage results to Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# see https://github.com/php-coveralls/php-coveralls/issues/327#issuecomment-984158780
run: |
composer global require symfony/console:5.4
composer global require php-coveralls/php-coveralls
php-coveralls --coverage_clover=build/logs/clover.xml -v

0 comments on commit 63b9718

Please sign in to comment.