Skip to content

Commit 8741ef2

Browse files
committed
Replace php-coveralls integration in CI workflow
1 parent 23220b4 commit 8741ef2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@ jobs:
4040
php vendor/bin/phpunit -c phpunit.xml.dist
4141
4242
- name: Upload coverage
43-
run: php vendor/bin/php-coveralls
43+
run: |
44+
composer global require php-coveralls/php-coveralls
45+
php-coveralls --coverage_clover=build/logs/clover.xml
4446
continue-on-error: true

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"require-dev": {
2525
"contao/manager-plugin": "^2.0",
2626
"contao/test-case": "^5.7",
27-
"php-coveralls/php-coveralls": "^2.9",
2827
"terminal42/contao-build-tools": "dev-main",
2928
"phpunit/phpunit": "^12.5"
3029
},

0 commit comments

Comments
 (0)