Skip to content

Commit

Permalink
Fix Coveralls runner in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed Jan 1, 2023
1 parent 5e63d9e commit 4da2b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer require php-coveralls/php-coveralls
./vendor/bin/php-coveralls --coverage_clover=clover.xml -v
composer require php-coveralls/php-coveralls --with-all-dependencies
php ./vendor/bin/coveralls.php -v

0 comments on commit 4da2b54

Please sign in to comment.