We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc974e commit aa2a6e0Copy full SHA for aa2a6e0
docker/entrypoint.sh
@@ -1,3 +1,7 @@
1
#!/usr/bin/env bash
2
3
-sleep 3 && composer install --prefer-source --no-interaction && php ./vendor/bin/phpunit
+sleep 3 &&
4
+composer install --prefer-source --no-interaction &&
5
+php ./vendor/bin/phpunit &&
6
+php ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml &&
7
+php ./vendor/bin/coveralls -v
0 commit comments