Skip to content

Commit 17ae42f

Browse files
authored
Update build.yml
1 parent 3af71ba commit 17ae42f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,9 @@ jobs:
189189
php -dpcov.enabled=1 -dpcov.directory=. -dpcov.exclude="~vendor~" vendor/bin/phpunit -c tests/phpunit.xml tests/PHPStan
190190
191191
- name: "Coveralls"
192-
uses: "coverallsapp/github-action@master"
193-
with:
194-
github-token: "${{ secrets.GITHUB_TOKEN }}"
195-
path-to-lcov: "tests/tmp/clover.xml"
192+
run: |
193+
composer require php-coveralls/php-coveralls --dev && \
194+
vendor/bin/php-coveralls --verbose --coverage_clover=tests/tmp/clover.xml
196195
197196
static-analysis:
198197
name: "PHPStan"

0 commit comments

Comments
 (0)