Without code-cove

parent 2b7f00f6
#!/usr/bin/env bash
sleep 3 &&
composer install --prefer-source --no-interaction &&
php ./vendor/bin/phpunit &&
mkdir -p ./build/logs &&
php ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml &&
php ./vendor/bin/php-coverall -v
\ No newline at end of file
sleep 3 && composer install --prefer-source --no-interaction && php ./vendor/bin/phpunit
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment