for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: tests: override: - command: ./vendor/bin/phpunit --coverage-clover=my-coverage-file coverage: file: my-coverage-file format: php-clover checks: php: code_rating: true
# language: php # tests: true