php-ml/bin/code-coverage.sh

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