for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: tests: override: - command: 'phpunit --coverage-clover=coverage/clover.xml' coverage: file: 'coverage/clover.xml' format: 'php-clover'
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: { }