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