mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-05 04:57:52 +00:00
5 lines
123 B
Bash
Executable File
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
|