php-ml/tools/code-coverage.sh
2016-07-24 13:45:54 +02:00

5 lines
123 B
Bash
Executable File

#!/bin/bash
echo "Run PHPUnit with code coverage"
bin/phpunit --coverage-html .coverage
google-chrome .coverage/index.html