]> git.localhorst.tv Git - alttp.git/blobdiff - ci.sh
add up to 4 player support for zsr sync
[alttp.git] / ci.sh
diff --git a/ci.sh b/ci.sh
index 602f7b54f576f4bc9510551038afc5f3404e5fb5..b57b3b57dd2645a1d8b263b642f5dc81fa7b998c 100755 (executable)
--- a/ci.sh
+++ b/ci.sh
@@ -5,5 +5,5 @@ php artisan key:generate
 php artisan migrate:fresh
 npm clean-install
 npm run production
-nice php artisan test --without-tty --coverage-html /var/www/coverage/alttp/php
+XDEBUG_MODE=coverage nice php artisan test --without-tty --coverage-html /var/www/coverage/alttp/php
 nice npm run test -- --coverage --coverageDirectory /var/www/coverage/alttp/js --coverageReporters html --collectCoverageFrom 'resources/js/**'