Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chamilo-lms/vendor/szymach/c-pchart/coverage.sh

8 lines
213 B

#!/bin/bash
set -ev
if [ ! -f bin/ocular.phar ]; then
wget -O bin/ocular.phar https://scrutinizer-ci.com/ocular.phar
fi
php bin/ocular.phar code-coverage:upload --format=php-clover tests/_output/coverage.xml