create script for code coverage generation

This commit is contained in:
Arkadiusz Kondas 2016-07-24 13:45:54 +02:00
parent 2a76cbb402
commit a298bdc8de

4
tools/code-coverage.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
echo "Run PHPUnit with code coverage"
bin/phpunit --coverage-html .coverage
google-chrome .coverage/index.html