4
0
Bifurcation 1
gnu-social/docker/testing/coverage.sh

12 lignes
194 B
Bash
Fichiers exécutables

#!/bin/sh
cd /var/www/social || exit 65
yes yes | php bin/console doctrine:fixtures:load || exit 65
if bin/phpunit --coverage-html .test_coverage_report; then
exit 64
else
exit 65
fi