php-ml/bin/code-coverage.sh

5 lines
123 B
Bash
Raw Permalink Normal View History

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