Merge pull request #8896 from shivapoudel/scrutinizer-ocular
Corrected docblock for scrutinizer ocular
This commit is contained in:
commit
c889c4406a
|
@ -17,9 +17,9 @@ elif [ $1 == 'after' ]; then
|
|||
|
||||
# send coverage data to coveralls
|
||||
php vendor/bin/coveralls --verbose --exclude-no-stmt
|
||||
|
||||
# get scrutinizer and run it
|
||||
wget https://scrutinizer-ci.com/ocular.phar
|
||||
ocular.phar code-coverage:upload --format=php-clover ./tmp/clover.xml
|
||||
|
||||
# get scrutinizer ocular and run it
|
||||
wget https://scrutinizer-ci.com/ocular.phar
|
||||
ocular.phar code-coverage:upload --format=php-clover ./tmp/clover.xml
|
||||
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue