We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7ad228 + a838edc commit 052817bCopy full SHA for 052817b
.github/workflows/test-phpunit.yml
@@ -137,7 +137,7 @@ jobs:
137
- name: Run Coveralls
138
if: github.repository_owner == 'codeigniter4' && matrix.php-versions == '8.0'
139
run: |
140
- composer global require --ansi php-coveralls/php-coveralls:^2.4
+ composer global require --ansi php-coveralls/php-coveralls:^2.4 symfony/console:^5
141
php-coveralls --coverage_clover=build/logs/clover.xml -v
142
env:
143
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments