Skip to content

Commit

Permalink
Merge pull request #5427 from kenjis/temporary-fix-PhpCoveralls
Browse files Browse the repository at this point in the history
chore: temporary fix for PhpCoveralls error
  • Loading branch information
kenjis authored Dec 2, 2021
2 parents d7ad228 + a838edc commit 052817b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Run Coveralls
if: github.repository_owner == 'codeigniter4' && matrix.php-versions == '8.0'
run: |
composer global require --ansi php-coveralls/php-coveralls:^2.4
composer global require --ansi php-coveralls/php-coveralls:^2.4 symfony/console:^5
php-coveralls --coverage_clover=build/logs/clover.xml -v
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 052817b

Please sign in to comment.