coverage.sh 213 B

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