Skip to content

Commit

Permalink
ci: use php-coveralls/php-coveralls for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Nov 11, 2023
1 parent 6e4be8b commit 1a9733f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
COVERALLS_PARALLEL: true
COVERALLS_FLAG_NAME: php-${{ matrix.php-versions }}
run: |
composer global require twinh/php-coveralls
composer global require php-coveralls/php-coveralls
php-coveralls --coverage_clover=build/logs/clover.xml -vvv
coveralls-finish:
Expand Down

0 comments on commit 1a9733f

Please sign in to comment.