Code coverage reports

This commit is contained in:
delboy1978uk 2014-12-21 14:49:42 +00:00
parent afda603e2e
commit 177845f62c

View File

@ -34,7 +34,7 @@ before_script:
- nohup php -S bone:8000 public/index.php &
script:
- php vendor/bin/codecept run unit --coverage-xml --env travis
- php vendor/bin/codecept run unit --coverage --coverage-html --coverage-xml --env travis
after_script:
- wget https://scrutinizer-ci.com/ocular.phar