for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: tests: override: - command: 'vendor/phpunit/phpunit/phpunit --colors=always --bootstrap ./tests/bootstrap.php ./tests --coverage-clover build/logs/clover.xml' coverage: file: 'build/logs/clover.xml' format: 'clover'
# language: php