Skip to content

Commit

Permalink
Merge pull request #234 from rikwillems/pr/fix-php-coveralls
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
rikwillems authored Apr 25, 2024
2 parents 0443d63 + a9f3067 commit d69b800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,4 @@ jobs:
if: matrix.coveralls == true
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer require php-coveralls/php-coveralls
./vendor/bin/php-coveralls --coverage_clover=clover.xml -v
run: ./vendor/bin/php-coveralls --coverage_clover=clover.xml -v
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.33",
"bitexpert/phpstan-magento": "^0.30.0",
"magento/magento-coding-standard": "^31"
"magento/magento-coding-standard": "^31",
"php-coveralls/php-coveralls": "^2.7"
},
"autoload": {
"files": [
Expand Down

0 comments on commit d69b800

Please sign in to comment.