mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-04 20:47:53 +00:00
create script for code coverage generation
This commit is contained in:
parent
2a76cbb402
commit
a298bdc8de
4
tools/code-coverage.sh
Executable file
4
tools/code-coverage.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
echo "Run PHPUnit with code coverage"
|
||||
bin/phpunit --coverage-html .coverage
|
||||
google-chrome .coverage/index.html
|
Loading…
Reference in New Issue
Block a user