Skip to content

Commit 851a7f8

Browse files
authored
1 parent 17ae42f commit 851a7f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,11 @@ 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+
env:
193+
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
192194
run: |
193-
composer require php-coveralls/php-coveralls --dev && \
194-
vendor/bin/php-coveralls --verbose --coverage_clover=tests/tmp/clover.xml
195+
composer require twinh/php-coveralls --dev && \
196+
vendor/bin/php-coveralls --verbose --coverage_clover=tests/tmp/clover.xml
195197
196198
static-analysis:
197199
name: "PHPStan"

0 commit comments

Comments
 (0)