Temporarily removed code coverage reporting

This commit is contained in:
Christopher Pitt 2015-08-31 10:45:48 +12:00
parent abd64a39ea
commit b77b4b0928

View File

@ -40,7 +40,4 @@ before_script:
- cd ~/builds/ss
script:
- phpunit --coverage-clover userforms/coverage.clover userforms/tests
- cd userforms
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- phpunit userforms/tests