forked from GNUsocial/gnu-social
[TESTS] Add test container with Xdebug and allow for generation of coverage reports with 'make test'
This commit is contained in:
7
docker/testing/coverage.sh
Executable file
7
docker/testing/coverage.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if /var/www/social/bin/phpunit --coverage-html .test_coverage_report; then
|
||||
exit 64
|
||||
else
|
||||
exit 65
|
||||
fi
|
Reference in New Issue
Block a user