From 177845f62cf6268c8a757488d9e3d8773b91969a Mon Sep 17 00:00:00 2001 From: delboy1978uk Date: Sun, 21 Dec 2014 14:49:42 +0000 Subject: [PATCH] Code coverage reports --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2214e3d7..c286481c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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