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