Skip to content

Commit 58b93eb

Browse files
committed
Updated to fix php-coverall path
1 parent 6b6e3c7 commit 58b93eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ sleep 3 &&
44
composer install --prefer-source --no-interaction &&
55
php ./vendor/bin/phpunit &&
66
php ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml &&
7-
php ./vendor/bin/coveralls -v
7+
php ./vendor/bin/php-coverall -v

0 commit comments

Comments
 (0)