Skip to content

Commit 7aa63cd

Browse files
committed
Fix Coveralls report in GitHub Actions
1 parent c4acfba commit 7aa63cd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ jobs:
3737
if: matrix.composer-prefer-lowest == true
3838
run: composer remove phpstan/phpstan phpstan/phpstan-phpunit && composer require --prefer-lowest phpstan/phpstan:0.12.23 phpstan/phpstan-phpunit:0.12.11
3939

40-
- name: Install Coveralls
41-
if: matrix.coveralls == true
42-
run: composer require --dev php-coveralls/php-coveralls
43-
4440
- name: Linting code
4541
run: ./vendor/bin/phing lint
4642

@@ -64,4 +60,6 @@ jobs:
6460

6561
- name: Coveralls report
6662
if: matrix.coveralls == true
67-
run: ./vendor/bin/php-coveralls -v
63+
uses: coverallsapp/github-action@master
64+
with:
65+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)