[ticket/431] Send coverage to scrutinizer and update composer files
B3P-431
This commit is contained in:
@@ -13,5 +13,7 @@ TRAVIS_PHP_VERSION=$2
|
||||
|
||||
if [ "$TRAVIS_PHP_VERSION" == "5.5" -a "$DB" == "mysqli" ]
|
||||
then
|
||||
php ../board3/Board3-Portal/vendor/bin/coveralls -v
|
||||
cd ../board3/Board3-Portal
|
||||
wget https://scrutinizer-ci.com/ocular.phar
|
||||
php ocular.phar code-coverage:upload --access-token="681b2ead2ea75fe4ce287bae485a916f47034c76f39209a9397545058e7c045e" --format=php-clover ../../phpBB3/build/logs/clover.xml
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user