Skip to content

Commit

Permalink
require php-coveralls using ${{ matrix.composer-options }}
Browse files Browse the repository at this point in the history
  • Loading branch information
radarlog committed Aug 29, 2021
1 parent d656f3b commit 329ef4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer require php-coveralls/php-coveralls --dev --no-interaction
composer require php-coveralls/php-coveralls --dev --no-interaction ${{ matrix.composer-options }}
vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml --verbose

0 comments on commit 329ef4d

Please sign in to comment.