Files
faveo/vendor/phpseclib/phpseclib/travis/upload-code-coverage-scrutinizer.sh
Bhanu Slathia b1f62846ab Update v1.0.6
2016-02-16 23:24:52 +05:30

14 lines
363 B
Bash

#!/bin/sh
#
# This file is part of the phpseclib project.
#
# (c) Andreas Fischer <bantu@phpbb.com>
#
# For the full copyright and license information, please view the LICENSE
# file that was distributed with this source code.
#
set -e
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover code_coverage/clover.xml